diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2008-09-16 11:31:55 -0700 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2008-09-16 11:31:55 -0700 |
commit | 8e988dec3b0cd86c58a8d2222e0b142b9b684fa8 (patch) | |
tree | f795fe5c7d24a9b4a29a71d4eae2ee39c51fa26c /Makefile.am | |
parent | 8363358c3010d1f7383e3a09c16d071f9ec5b42f (diff) | |
download | vyatta-op-8e988dec3b0cd86c58a8d2222e0b142b9b684fa8.tar.gz vyatta-op-8e988dec3b0cd86c58a8d2222e0b142b9b684fa8.zip |
Add preliminary operational mode support for bonding
Basic infrastructure for show status of bonding 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 627ed32..d8895d4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -17,6 +17,7 @@ bin_SCRIPTS += scripts/vyatta-show-version bin_SCRIPTS += scripts/vyatta-show-dhclient.pl bin_SCRIPTS += scripts/vyatta-show-dmi bin_SCRIPTS += scripts/vyatta-tshark-interface-port.pl +bin_SCRIPTS += scripts/vyatta-show-bonding.pl bin_sudo_users_SCRIPTS = scripts/vyatta-identify-interface.pl bin_sudo_users_SCRIPTS += scripts/vyatta-delete-log-file.sh |