summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)Author
2009-12-21Move tests to vyatta-cfg-systemStephen Hemminger
2009-03-02Add loopback as a type for getInterfacesIPadresses().Stig Thormodsrud
2009-01-20update unit testsStephen Hemminger
Add more unit tests.
2009-01-13Add test for is_ip_v4Stephen Hemminger
More standalone test.
2009-01-13Fix problems with test programStephen Hemminger
Interfaces has changed, so need to change tests.
2009-01-12Better version of getIPadresses and getInterfacesdebian/0.14.2Stephen Hemminger
Use new Vyatta::Interface and sysfs to avoid using ifconfig and ip command unnecessarily.
2009-01-12Use new interfaces routinesStephen Hemminger
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.
2009-01-07New Vyatta::Interface infrastructureStephen Hemminger
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.