Skip to content

Commit

Permalink
l3roamd, mmfd: Fixed boot stability
Browse files Browse the repository at this point in the history
  • Loading branch information
mortzu committed Mar 20, 2023
1 parent b4cf0db commit 1c1e783
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
5 changes: 2 additions & 3 deletions roles/l3roamd/templates/interfaces
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
# {{ ansible_managed }}

allow-hotplug l3roam0
auto l3roam0
iface l3roam0 inet manual
up ip link set $IFACE up
down ip link set $IFACE down

post-up ip -6 r add {{ ipv6_babelmesh_network }} dev $IFACE table {{ ffhb_routing_table }} priority 16385
post-up ip -6 r add {{ ipv6_babelclient_network }} dev $IFACE table {{ ffhb_routing_table }} priority 16385
post-up ip -6 route add {{ ipv6_babelmesh_network }} dev $IFACE table {{ ffhb_routing_table }} priority 16385
post-up ip -6 route add {{ ipv6_babelclient_network }} dev $IFACE table {{ ffhb_routing_table }} priority 16385
3 changes: 1 addition & 2 deletions roles/mmfd/templates/interfaces
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# {{ ansible_managed }}

allow-hotplug mmfd0
auto mmfd0
iface mmfd0 inet6 static
address fe80::1
netmask 64
post-up ip r add ff05::2:1001/128 dev mmfd0 table local
post-up ip -6 route add ff05::2:1001/128 dev mmfd0 table local

0 comments on commit 1c1e783

Please sign in to comment.