working nexthop split

This commit is contained in:
2020-04-06 23:47:02 -04:00
parent a0427f3c95
commit 72ea645e34
3 changed files with 2 additions and 12 deletions
+1 -1
View File
@@ -16,6 +16,6 @@ ip route add default via ${route_vpn_gateway} table {{route_table_name}}
ip route add ${route_vpn_gateway} dev ${dev} src ${ifconfig_local}
ip rule add from ${ifconfig_local} table {{route_table_name}} pref {{rule_pref}}
#ip rule add from ${ifconfig_local} table {{route_table_name}} pref {{rule_pref}}
exit 0