feat: route tos traffic via rossby (for now)
This commit is contained in:
@@ -64,7 +64,13 @@ let
|
||||
"40-${host.iface}" = {
|
||||
matchConfig.Name = host.iface;
|
||||
address = [ "${host.address}/24" ];
|
||||
routes = [ { Gateway = "172.16.239.1"; } ];
|
||||
routes = [
|
||||
{ Gateway = "172.16.239.1"; }
|
||||
{
|
||||
Destination = "10.255.241.0/24";
|
||||
Gateway = "172.16.239.221";
|
||||
}
|
||||
];
|
||||
};
|
||||
# "ibp1s0.7666" = {
|
||||
"45-ibp1s0" = {
|
||||
|
||||
Reference in New Issue
Block a user