diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2008-09-17 17:01:54 -0700 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2008-09-17 17:01:54 -0700 |
commit | 133b72347631663ee595312579dd2991059280cb (patch) | |
tree | 909aaf53dfe5abf1551284e06030f2ad2a38d9e8 /Makefile.am | |
parent | 8db79c9b0aa8052e4dee0f073e945d68370a0210 (diff) | |
download | vyatta-cfg-system-133b72347631663ee595312579dd2991059280cb.tar.gz vyatta-cfg-system-133b72347631663ee595312579dd2991059280cb.zip |
Add support for bonding
Bugfix 3173
Add support for bonding device creation and adding slaves
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 0ab8017e..27152ff0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -33,6 +33,7 @@ sbin_SCRIPTS += scripts/mod_bootfile_eth_hwid sbin_SCRIPTS += scripts/dns-forwarding/vyatta-dns-forwarding.pl sbin_SCRIPTS += scripts/dynamic-dns/vyatta-dynamic-dns.pl sbin_SCRIPTS += scripts/vyatta-system-nameservers +sbin_SCRIPTS += scripts/vyatta-bonding.pl noinst_DATA = test_bootfile |