diff options
author | John Southworth <john.southworth@vyatta.com> | 2011-06-17 16:45:00 -0500 |
---|---|---|
committer | John Southworth <john.southworth@vyatta.com> | 2011-06-17 16:45:00 -0500 |
commit | 2a58e65ed3d4368e8ed084df331a0e1e31eec3b5 (patch) | |
tree | 09cb7c8903e67f4499ec92640314342c249c3fd0 /Makefile.am | |
parent | f6433b4e2cc5891e08d6666de53aea2a8c8ed12f (diff) | |
download | vyatta-cfg-quagga-2a58e65ed3d4368e8ed084df331a0e1e31eec3b5.tar.gz vyatta-cfg-quagga-2a58e65ed3d4368e8ed084df331a0e1e31eec3b5.zip |
Bugfix 6816: Make previous bugfix more maintainable by moving check to a script instead of defining it in multiple node.defs
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 f6c04a85..9dfe6451 100644 --- a/Makefile.am +++ b/Makefile.am @@ -10,6 +10,7 @@ sbin_SCRIPTS += scripts/policy/vyatta-check-as-prepend.pl sbin_SCRIPTS += scripts/vyatta-policy-action-verify.pl sbin_SCRIPTS += scripts/vyatta-gateway-static_route-check.pl sbin_SCRIPTS += scripts/vyatta-link-detect +sbin_SCRIPTS += scripts/vyatta-next-hop-check sbin_PROGRAMS = src/check_prefix_boundary |