Portmap: append, rather than prepend, entry rules
This means that portmapped connections can be more easily controlled / firewalled.
This commit is contained in:

committed by
Dan Williams

parent
afd7391938
commit
9fab520c37
@ -323,6 +323,7 @@ var _ = Describe("portmapping configuration", func() {
|
||||
"--mark", "0x20/0x20",
|
||||
"-j", "MASQUERADE",
|
||||
}},
|
||||
prependEntry: true,
|
||||
}))
|
||||
})
|
||||
})
|
||||
|
Reference in New Issue
Block a user