We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a70d50 commit 57b2a69Copy full SHA for 57b2a69
1 file changed
src/jail/linux/mod.rs
@@ -772,7 +772,7 @@ impl Jail for LinuxJail {
772
"-D",
773
"POSTROUTING",
774
"-s",
775
- super::LINUX_NS_SUBNET,
+ LINUX_NS_SUBNET,
776
"-m",
777
"comment",
778
"--comment",
@@ -788,7 +788,7 @@ impl Jail for LinuxJail {
788
789
"FORWARD",
790
791
792
793
794
@@ -803,7 +803,7 @@ impl Jail for LinuxJail {
803
804
805
"-d",
806
807
808
809
0 commit comments