Skip to content

Commit 649e306

Browse files
committed
One more
1 parent 87aca68 commit 649e306

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

netsim/providers/clab.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ def insert_ipv6_forwarding_rule( brname: str ) -> bool:
4949
['sudo','nft',f'insert rule ip6 filter DOCKER-USER oifname "{brname}" counter accept'],
5050
check_result=True,return_stdout=True)
5151
log.print_verbose(f"Insert ipv6 nftables rule for Linux bridge '{brname}': {status}")
52-
return status
52+
return status is not False
5353

5454
def destroy_linux_bridge( brname: str ) -> bool:
5555
status = external_commands.run_command(

0 commit comments

Comments
 (0)