diff options
author | Alex Harpin <development@landsofshadow.co.uk> | 2015-10-17 18:06:01 +0100 |
---|---|---|
committer | Alex Harpin <development@landsofshadow.co.uk> | 2015-10-17 19:05:43 +0100 |
commit | 7ab0b09d138d17571523dba4177e70b98c9001d0 (patch) | |
tree | 3b78cce2ff4863b716dd70b215357f263d13cb28 /Makefile.am | |
parent | 3dd156041ecb1317222ac266199872f8b19f6dfa (diff) | |
download | vyatta-cfg-system-7ab0b09d138d17571523dba4177e70b98c9001d0.tar.gz vyatta-cfg-system-7ab0b09d138d17571523dba4177e70b98c9001d0.zip |
vyatta-cfg-system: add scripts/is_port_available.pl for port checking
Add scripts/is_available.pl to enable checking for available ports
during configuration, in connection with Bug #43. The scripts checks
to see if the port is currently in use by attempting to bind to it
on INADDR_ANY.
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 8e46a167..1ad95759 100644 --- a/Makefile.am +++ b/Makefile.am @@ -86,6 +86,7 @@ sbin_SCRIPTS += scripts/vyatta-dhcpv6-client.pl sbin_SCRIPTS += scripts/vyatta-update-grub.pl sbin_SCRIPTS += scripts/vyos-intfwatchd sbin_SCRIPTS += scripts/ec2-check.pl +sbin_SCRIPTS += scripts/is_port_available.pl sbin_PROGRAMS = src/valid_address sbin_PROGRAMS += src/local_ip |