diff options
author | Michael Larson <slioch@eng-140.vyatta.com> | 2008-01-15 11:40:47 -0800 |
---|---|---|
committer | Michael Larson <slioch@eng-140.vyatta.com> | 2008-01-15 11:40:47 -0800 |
commit | ce32d73e40ef3d1c4820d4b898daf3e432d7b692 (patch) | |
tree | fcd5f65b246a0dc99e4a534e1f42061aa9e95984 /Makefile.am | |
parent | fca1739f1985c2ba8d6316b1882365f5e26245cd (diff) | |
download | vyatta-cfg-quagga-ce32d73e40ef3d1c4820d4b898daf3e432d7b692.tar.gz vyatta-cfg-quagga-ce32d73e40ef3d1c4820d4b898daf3e432d7b692.zip |
wired up link detect to cli. writes to exlusion file. note that link-detect is enabled by default for all interfaces.
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 c354e8fe..154565fc 100644 --- a/Makefile.am +++ b/Makefile.am @@ -5,6 +5,7 @@ sbin_SCRIPTS += scripts/policy/vyatta-policy.pl 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-linkstatus.pl cpiop = find . ! -regex '\(.*~\|.*\.bak\|.*\.swp\|.*\#.*\#\)' -print0 | \ cpio -0pd |