Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-10-17 | vyatta-cfg-system: remove ip address requirements from port checking | Alex Harpin | |
Remove IP address requirements when checking for port availability, no longer needed. | |||
2015-10-17 | vyatta-cfg-system: add scripts/is_port_available.pl for port checking | Alex Harpin | |
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. |