fix(vault01/iprules): allow packets to return to orig saddr

This commit is contained in:
catvayor 2025-01-28 12:16:42 +01:00
parent 567b153c31
commit 7d0f447036
Signed by: lbailly
GPG key ID: CE3E645251AC63F3

View file

@ -75,14 +75,6 @@ let
Table = "user";
}
];
routingPolicyRules = [
{
From = "${netIP}/27";
To = "10.0.0.0/27";
IncomingInterface = interfaceName;
Table = "user";
}
];
};
};
};
@ -190,7 +182,7 @@ in
];
routingPolicyRules = [
{
IncomingInterface = "lo";
To = "10.0.0.0/16";
Table = "user";
}
];