6 lines
209 B
Text
6 lines
209 B
Text
|
|
# 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)'
|