l gg23: disable link local on wan
This commit is contained in:
parent
30599f5f60
commit
f10b0ca342
@ -12,9 +12,9 @@ with import <stockholm/lib>;
|
|||||||
linkConfig = {
|
linkConfig = {
|
||||||
RequiredForOnline = "routable";
|
RequiredForOnline = "routable";
|
||||||
};
|
};
|
||||||
# networkConfig = {
|
networkConfig = {
|
||||||
# LinkLocalAddressing = "no";
|
LinkLocalAddressing = "no";
|
||||||
# };
|
};
|
||||||
# dhcpV6Config = {
|
# dhcpV6Config = {
|
||||||
# PrefixDelegationHint = "::/60";
|
# PrefixDelegationHint = "::/60";
|
||||||
# };
|
# };
|
||||||
|
Loading…
Reference in New Issue
Block a user