-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
3 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |