shinobu/router: Fix naming of subnets in rules
This has no practical effect, but did cause confusion.
This commit is contained in:
parent
a39a2ba616
commit
1c24743911
|
@ -223,7 +223,7 @@ in
|
||||||
# LAN (v4)
|
# LAN (v4)
|
||||||
{
|
{
|
||||||
routingPolicyRuleConfig = {
|
routingPolicyRuleConfig = {
|
||||||
To = "10.80.0.0/24";
|
To = "10.80.1.0/24";
|
||||||
Priority = 9;
|
Priority = 9;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -237,7 +237,7 @@ in
|
||||||
# wg-home
|
# wg-home
|
||||||
{
|
{
|
||||||
routingPolicyRuleConfig = {
|
routingPolicyRuleConfig = {
|
||||||
To = "10.80.1.0/24";
|
To = "10.80.0.0/24";
|
||||||
Priority = 9;
|
Priority = 9;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue