We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58748d7 commit dbc253fCopy full SHA for dbc253f
1 file changed
drivers/bridge/bridge.go
@@ -384,6 +384,8 @@ func (d *driver) configure(option map[string]interface{}) error {
384
if err != nil {
385
return err
386
}
387
+ // Make sure on firewall reload, first thing being re-played is chains creation
388
+ iptables.OnReloaded(func() { logrus.Debugf("Recreating iptables chains on firewall reload"); setupIPChains(config) })
389
390
391
d.Lock()
0 commit comments