mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-04 23:17:50 +00:00
Watch for firewalld restart, to allow reloading iptables rules
This commit is contained in:
@@ -121,6 +121,12 @@ func (fake *fakeIptables) RestoreAll(data []byte, flush iptables.FlushFlag, coun
|
||||
return nil
|
||||
}
|
||||
|
||||
func (fake *fakeIptables) AddReloadFunc(reloadFunc func()) {
|
||||
}
|
||||
|
||||
func (fake *fakeIptables) Destroy() {
|
||||
}
|
||||
|
||||
var tcpServerPort int
|
||||
var udpServerPort int
|
||||
|
||||
|
||||
Reference in New Issue
Block a user