diff options
author | James Davidson <james@greycastle.net> | 2012-05-09 15:03:43 -0700 |
---|---|---|
committer | James Davidson <james.davidson@vyatta.com> | 2012-05-16 10:05:11 -0700 |
commit | 94138d5b3c7bc6761ab30ddd6fe24a622d1f986b (patch) | |
tree | bea0635eb1ccf379ddb15d48b0ff7bef920bfe83 /templates/system/gateway-address | |
parent | 4ad53d24877117793962766c96d059ef4300151b (diff) | |
download | vyatta-cfg-quagga-94138d5b3c7bc6761ab30ddd6fe24a622d1f986b.tar.gz vyatta-cfg-quagga-94138d5b3c7bc6761ab30ddd6fe24a622d1f986b.zip |
Warn user if both gateway-address and static default route are set
Fixes bug 7428.
Diffstat (limited to 'templates/system/gateway-address')
-rw-r--r-- | templates/system/gateway-address/node.def | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/system/gateway-address/node.def b/templates/system/gateway-address/node.def index 11f8e0f0..70419e26 100644 --- a/templates/system/gateway-address/node.def +++ b/templates/system/gateway-address/node.def @@ -11,3 +11,4 @@ update: oldgw=`/opt/vyatta/sbin/vyatta-cli-expand-var.pl \\$VAR\(/system/gateway delete: if ${vyatta_sbindir}/vyatta-gateway-static_route-check.pl "$VAR(@)" then vtysh -c "configure terminal" -c "no ip route 0.0.0.0/0 $VAR(@)" fi +end: ${vyatta_sbindir}/vyatta-gateway-static_route-check.pl warn |