diff options
author | Stig Thormodsrud <stig@vyatta.com> | 2007-11-27 10:37:15 -0800 |
---|---|---|
committer | Stig Thormodsrud <stig@vyatta.com> | 2007-11-27 10:37:15 -0800 |
commit | fae7c4099efc2f247ed9eb4a52f3839bcedf987a (patch) | |
tree | 07c0a7c5a20c5d86c0cfbdfa2801a261c2741194 /Makefile.am | |
parent | 65b95aa0fd0210501bd828299f561925269b6321 (diff) | |
download | vyatta-cfg-fae7c4099efc2f247ed9eb4a52f3839bcedf987a.tar.gz vyatta-cfg-fae7c4099efc2f247ed9eb4a52f3839bcedf987a.zip |
Fix 2497: check for duplicate ip address.
Also while we're add it, allow user to set an ipv6 address or get address from dhcp.
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 f048395..c757ac1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -34,6 +34,7 @@ sbin_SCRIPTS += scripts/vyatta-output-config.pl sbin_SCRIPTS += scripts/vyatta-save-config.pl sbin_SCRIPTS += scripts/vyatta-load-config.pl sbin_SCRIPTS += scripts/vyatta-cfg-notify +sbin_SCRIPTS += scripts/vyatta-interfaces.pl share_perl5_DATA = scripts/VyattaConfig.pm share_perl5_DATA += scripts/VyattaConfigDOMTree.pm |