Age | Commit message (Collapse) | Author |
|
|
|
|
|
Add more unit tests.
|
|
More standalone test.
|
|
Interfaces has changed, so need to change tests.
|
|
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.
|