Age | Commit message (Collapse) | Author |
|
Remove trailing newline and any leading whitespace.
|
|
The modules are not perl executables, they are modules.
Fixes lintian warning
|
|
|
|
|
|
Incorrect paren was breaking commands with VIF
|
|
Wouldn't match openvpn tunnels correctly.
|
|
Hook to get types listed in net_prefix table.
|
|
Many templates should allow any known interface type, since
interface may be created later. So create some generic hooks
for validation.
|
|
fix bug in conversion to Vyatta::Interface by rewriting/refactoring.
|
|
This routine is used by DHCP server and needs to ignore IPV6
addresses.
NB: Does not fix bogus spellung.
|
|
Use new Vyatta::Interface and sysfs to avoid using ifconfig
and ip command unnecessarily.
|
|
Unify all code that does name -> interface attribute translation
into one place. No need to pass interface path to scripts, and handle
addresses correctly in DHCP code. Use 'undef' consitently for false
in perl code.
|
|
Provide generic module to map interface name to configuration
and other attributes. This is first step to ripping the special
case code out of DHCP, QoS, ... that all have own rules for mapping
name to configuration and configuration to name.
|