Add ipv6 routes
This commit is contained in:
parent
a6d976e5d1
commit
3543e4a49b
1 changed files with 10 additions and 0 deletions
|
@ -115,10 +115,20 @@
|
|||
address = "138.201.155.128";
|
||||
prefixLength = 32;
|
||||
}];
|
||||
ipv4.routes = [{
|
||||
address = "0.0.0.0";
|
||||
prefixLength = 0;
|
||||
via = "172.31.1.1";
|
||||
}];
|
||||
ipv6.addresses = [{
|
||||
address = "2a01:4f8:1c17:d953:1658:15a2:2755:360e";
|
||||
prefixLength = 64;
|
||||
}];
|
||||
ipv6.routes = [{
|
||||
address = "::";
|
||||
prefixLength = 0;
|
||||
via = "fe80::1";
|
||||
}];
|
||||
};
|
||||
defaultGateway6 = {
|
||||
address = "fe80::1";
|
||||
|
|
Loading…
Reference in a new issue