Skip to content

Commit

Permalink
nat66: T2898: build fix after ndp-proxy backport
Browse files Browse the repository at this point in the history
  • Loading branch information
c-po committed Dec 21, 2023
1 parent eac5251 commit 4789956
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions src/conf_mode/nat66.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,17 +147,6 @@ def apply(nat):
return None

cmd(f'nft -f {nftables_nat66_config}')
<<<<<<< HEAD

if 'deleted' in nat or not dict_search('source.rule', nat):
cmd('systemctl stop ndppd')
if os.path.isfile(ndppd_config):
os.unlink(ndppd_config)
else:
cmd('systemctl restart ndppd')
=======
call_dependents()
>>>>>>> 4d721a580 (T2898: add ndp-proxy service)

return None

Expand Down

0 comments on commit 4789956

Please sign in to comment.