Skip to content
Snippets Groups Projects
Commit 20caa366 authored by Matthias Schiffer's avatar Matthias Schiffer
Browse files

gluon-next-node: set accept_ra to 0

parent e352326a
No related branches found
No related tags found
No related merge requests found
......@@ -6,6 +6,7 @@ START=95
start() {
ip link add link br-client name local-node type macvlan
echo 0 > /proc/sys/net/ipv6/conf/local-node/accept_ra
ip link set local-node address @next_node.mac@
ip address add @next_node.ip4@/32 dev local-node
......
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