fix(vault01/iprules): allow packets to return to orig saddr
This commit is contained in:
parent
567b153c31
commit
7d0f447036
1 changed files with 1 additions and 9 deletions
|
@ -75,14 +75,6 @@ let
|
||||||
Table = "user";
|
Table = "user";
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
routingPolicyRules = [
|
|
||||||
{
|
|
||||||
From = "${netIP}/27";
|
|
||||||
To = "10.0.0.0/27";
|
|
||||||
IncomingInterface = interfaceName;
|
|
||||||
Table = "user";
|
|
||||||
}
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
@ -190,7 +182,7 @@ in
|
||||||
];
|
];
|
||||||
routingPolicyRules = [
|
routingPolicyRules = [
|
||||||
{
|
{
|
||||||
IncomingInterface = "lo";
|
To = "10.0.0.0/16";
|
||||||
Table = "user";
|
Table = "user";
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
Loading…
Add table
Reference in a new issue