Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-01-26 | add lib to link when building vyatta-cfg so | slioch | |
2009-01-26 | expose new cli functions in cfg library. | slioch | |
2009-01-26 | Merge branch 'jenner' of suva.vyatta.com:/git/vyatta-cfg into jenner | Stephen Hemminger | |
2009-01-26 | Cleanup type checker | Stephen Hemminger | |
Use standard getprotoent() rather than manual parsing. Fix perlcritic warnings. | |||
2009-01-22 | 0.14.4debian/0.14.4 | Bob Gilligan | |
2009-01-21 | Add more IPv6 address and prefix validation functions. | Bob Gilligan | |
2009-01-20 | update unit tests | Stephen Hemminger | |
Add more unit tests. | |||
2009-01-20 | Fix isIPinInterfaces | Stephen Hemminger | |
fix bug in conversion to Vyatta::Interface by rewriting/refactoring. | |||
2009-01-18 | Fix regression in Vyatta::Misc | Stephen Hemminger | |
Handle requests for interfaces of a specific type | |||
2009-01-14 | 0.14.3debian/0.14.3 | An-Cheng Huang | |
2009-01-13 | Better usage of NetAddr::IP | Stephen Hemminger | |
Only get address once, and don't call new() directly, use in OO style. | |||
2009-01-13 | Add test for is_ip_v4 | Stephen Hemminger | |
More standalone test. | |||
2009-01-13 | Fix problems with test program | Stephen Hemminger | |
Interfaces has changed, so need to change tests. | |||
2009-01-13 | Ignore IPV6 addresses in getInterfacesIPadresses | Stephen Hemminger | |
This routine is used by DHCP server and needs to ignore IPV6 addresses. NB: Does not fix bogus spellung. | |||
2009-01-12 | Better version of getIPadresses and getInterfacesdebian/0.14.2 | Stephen Hemminger | |
Use new Vyatta::Interface and sysfs to avoid using ifconfig and ip command unnecessarily. | |||
2009-01-12 | 0.14.2 | Stephen Hemminger | |
2009-01-12 | Use new interfaces routines | Stephen 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-12 | Simplfy and cleanup misc interfaces | Stephen Hemminger | |
Use regex to identify legal IPV4 address, and get rid of perlcrtic warnings. | |||
2009-01-12 | Use getservbyname to find ports | Stephen Hemminger | |
Rather than reading /etc/services directly, use the standard getservbyname function. This should be more efficient (uses dbm), and will work with other nameservices | |||
2009-01-12 | Remove unused functions | Stephen Hemminger | |
htonl and if_nametoindex are not used. | |||
2009-01-08 | 0.14.1debian/0.14.1 | An-Cheng Huang | |
2009-01-07 | New Vyatta::Interface infrastructure | Stephen 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. | |||
2009-01-05 | mod to make it easier to switch between commits | slioch | |
2008-12-23 | alter return check for dirctory copy on successful completion of node ↵ | slioch | |
processing. | |||
2008-12-20 | Fix 3815: FW: Hyphenated port names treated as ranges in firewall rules. | Stig Thormodsrud | |
2008-12-20 | Fix 3626: Not all protocol numbers are accepted in firewall rules. | Stig Thormodsrud | |
2008-12-16 | update .gitignore | An-Cheng Huang | |
2008-12-16 | update Build-Depends and Depends | An-Cheng Huang | |
2008-12-15 | removed tmp file that shouldn't have been committed. | slioch | |
2008-12-15 | initial checkin of new commit code--building but does not replace original ↵ | slioch | |
commit. New commit may be accessed through my_commit2 binary. | |||
2008-12-12 | "files" file should be removed before package build | An-Cheng Huang | |
2008-12-12 | update maintainer information | An-Cheng Huang | |
2008-12-12 | Fix 3991: Unable to configure DHCP server on a multinetted interfaceZ | Stig Thormodsrud | |
2008-12-05 | Merge branch 'jenner' of suva.vyatta.com:/git/vyatta-cfg into jenner | Stephen Hemminger | |
2008-12-05 | Need full path to link-detect | Stephen Hemminger | |
2008-12-03 | Merge branch 'islavista' into jenner | Rick Balocca | |
2008-12-03 | Use vyatta-link-detect | Stephen Hemminger | |
New script to wrap direct calls to vtysh | |||
2008-12-01 | "show interfaces" broken. Use new perl hierarchy. | Stig Thormodsrud | |
2008-12-01 | "save" command broken - fix spelling error. | Stig Thormodsrud | |
2008-11-25 | 3.2.0vyatta/3.2.0debian/0.14 | Mark O'Brien | |
2008-11-25 | export getPortRuleString | Stephen Hemminger | |
2008-11-24 | Need to fix some stuff from change to Vyatta:: | Stephen Hemminger | |
I wanted to use Vyatta::Config::Output, but the perl part of the autoconf installer is to stupid to handle directory trees, so had to limit it to one directory per package. So name should have been Vyatta::ConfigOutput... | |||
2008-11-21 | Convert VyattaConfig (et al) to Vyatta::Config | Stephen Hemminger | |
Use hierarchal directory structure | |||
2008-11-19 | Fix Bug 3917 dhcp brings interface up for lease acquire/renew even though ↵ | Mohit Mehta | |
interface has been disabled in CLI | |||
2008-11-19 | move submodule to get interface related info to VyattaMisc | Mohit Mehta | |
2008-11-19 | add support for development build | An-Cheng Huang | |
2008-11-17 | add check for bond vif interface to submodule | Mohit Mehta | |
2008-11-17 | check dhcp for bond vif interfaces as well | Mohit Mehta | |
2008-11-17 | move submodules to VyattaMisc.pm so that they can be used elsewhere as well | Mohit Mehta | |
2008-11-17 | Merge branch 'islavista' into jenner | Rick Balocca | |