Skip to content

Commit

Permalink
fixup! ra-dhcp
Browse files Browse the repository at this point in the history
  • Loading branch information
mkg20001 committed May 1, 2023
1 parent 0376e98 commit a800beb
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
-- bridge_rule('FORWARD', 'icmpv6 type router-solicit jump out_only')
-- bridge_rule('OUTPUT', 'icmpv6 type router-solicit jump out_only')
bridge_rule('FORWARD', 'icmpv6 type nd-router-solicit jump out_only')
bridge_rule('OUTPUT', 'icmpv6 type nd-router-solicit jump out_only')

bridge_rule('FORWARD', 'icmpv6 type nd-router-advert jump in_only')
bridge_rule('INPUT', 'icmpv6 type nd-router-advert jump in_only')

0 comments on commit a800beb

Please sign in to comment.