add ifstated role and enable it on proxy group
This commit is contained in:
parent
397a686495
commit
0a8c59335a
5 changed files with 29 additions and 0 deletions
6
roles/ifstated/files/ifstated-proxy.conf
Normal file
6
roles/ifstated/files/ifstated-proxy.conf
Normal file
|
@ -0,0 +1,6 @@
|
|||
|
||||
# flush routes when external carp goes up
|
||||
if carp153.link.up
|
||||
run 'route -q flush ; route add default $(cat /etc/mygate)'
|
||||
if carp154.link.up
|
||||
run 'route -q flush ; route add default $(cat /etc/mygate)'
|
Loading…
Add table
Add a link
Reference in a new issue