diff options
author | Mohit Mehta <mohit.mehta@vyatta.com> | 2008-06-05 14:46:06 +0000 |
---|---|---|
committer | Mohit Mehta <mohit.mehta@vyatta.com> | 2008-06-05 14:46:06 +0000 |
commit | 71882f2f2c47a9df17ffdec69c6b9e8be3e4a237 (patch) | |
tree | ae312834e7221e1a86658cb39972133d53006512 /Makefile.am | |
parent | ff6c8c693d3f3e5b1702314087dfb2843448902c (diff) | |
download | vyatta-cfg-quagga-71882f2f2c47a9df17ffdec69c6b9e8be3e4a237.tar.gz vyatta-cfg-quagga-71882f2f2c47a9df17ffdec69c6b9e8be3e4a237.zip |
Fix Bug 3269 system gateway-address conflicts with static default
- route is only deleted from route table if both gateway-address and
the static route equivalent to setting a gateway-address are not set
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 82880874..d7bc399c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -6,6 +6,7 @@ sbin_SCRIPTS += scripts/vyatta_quagga_utils.pl sbin_SCRIPTS += scripts/policy/vyatta-check-as-prepend.pl sbin_SCRIPTS += scripts/vyatta-vtysh.pl sbin_SCRIPTS += scripts/vyatta-policy-action-verify.pl +sbin_SCRIPTS += scripts/vyatta-gateway-static_route-check.pl cpiop = find . ! -regex '\(.*~\|.*\.bak\|.*\.swp\|.*\#.*\#\)' -print0 | \ cpio -0pd |