Skip to content
Snippets Groups Projects
Verified Commit fb5c0e29 authored by lzebulon's avatar lzebulon Committed by pigeonmoelleux
Browse files

add ipv6 route

parent a03aef9a
No related branches found
No related tags found
No related merge requests found
......@@ -46,6 +46,11 @@
prefixLength = 64;
}
];
routes = [{
address = "::";
via = "2a0c:700:2::ff:fe00:9902";
prefixLength = 0;
}];
};
};
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment