fix(lab-router01/eval): move some Config attribute up

This commit is contained in:
catvayor 2025-04-13 14:16:10 +02:00 committed by Tom Hubrecht
parent 2bf11ba2e1
commit 95c0f9a3a1
Signed by: thubrecht
SSH key fingerprint: SHA256:r+nK/SIcWlJ0zFZJGHtlAoRwq1Rm+WcKAm5ADYMoQPc

View file

@ -58,16 +58,12 @@
];
routingPolicyRules = [
{
routingPolicyRuleConfig = {
From = "2001:470:1f13:2b::/64";
Table = "he";
};
From = "2001:470:1f13:2b::/64";
Table = "he";
}
{
routingPolicyRuleConfig = {
To = "2001:470:1f13:2b::/64";
Table = "he";
};
To = "2001:470:1f13:2b::/64";
Table = "he";
}
];
};
@ -113,28 +109,20 @@
];
routingPolicyRules = [
{
routingPolicyRuleConfig = {
From = "45.13.104.24/29";
Table = "mwan";
};
From = "45.13.104.24/29";
Table = "mwan";
}
{
routingPolicyRuleConfig = {
To = "45.13.104.24/29";
Table = "mwan";
};
To = "45.13.104.24/29";
Table = "mwan";
}
{
routingPolicyRuleConfig = {
From = "2a0e:e701:1120::/48";
Table = "mwan";
};
From = "2a0e:e701:1120::/48";
Table = "mwan";
}
{
routingPolicyRuleConfig = {
To = "2a0e:e701:1120::/48";
Table = "mwan";
};
To = "2a0e:e701:1120::/48";
Table = "mwan";
}
];
};
@ -150,9 +138,7 @@
};
ipv6Prefixes = [
{
ipv6PrefixConfig = {
Prefix = "2a0e:e701:1120:1000::/64";
};
Prefix = "2a0e:e701:1120:1000::/64";
}
];
routes = [
@ -171,9 +157,7 @@
};
ipv6Prefixes = [
{
ipv6PrefixConfig = {
Prefix = "2001:470:1f13:2b::0/64";
};
Prefix = "2001:470:1f13:2b::0/64";
}
];
routes = [