Merge pull request #2147 from justinsb/ipv6
Initial ipv6 / iptables work
This commit is contained in:
@@ -94,6 +94,10 @@ func (fake *fakeIptables) DeleteRule(table iptables.Table, chain iptables.Chain,
|
||||
return nil
|
||||
}
|
||||
|
||||
func (fake *fakeIptables) IsIpv6() bool {
|
||||
return false
|
||||
}
|
||||
|
||||
var tcpServerPort string
|
||||
var udpServerPort string
|
||||
|
||||
|
Reference in New Issue
Block a user