Skip to content

Commit

Permalink
Merge pull request #292 from aderumier/bridge-ip-forward
Browse files Browse the repository at this point in the history
address: allow ip|ip6-forward on bridge
  • Loading branch information
julienfortin authored Feb 26, 2024
2 parents 577b903 + a5b3820 commit ccdc386
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ifupdown2/addons/address.py
Original file line number Diff line number Diff line change
Expand Up @@ -937,7 +937,7 @@ def _sysctl_config(self, ifaceobj):

if (ifaceobj.link_kind & ifaceLinkKind.BRIDGE):
self._set_bridge_forwarding(ifaceobj)
return

if not self.syntax_check_sysctls(ifaceobj):
return
if not self.syntax_check_l3_svi_ip_forward(ifaceobj):
Expand Down

0 comments on commit ccdc386

Please sign in to comment.