Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-06-03 | change default-policy to default-action for zones | Mohit Mehta | |
2009-05-20 | Merge branch 'jenner' of suva.vyatta.com:/git/vyatta-cfg into jenner | Stephen Hemminger | |
2009-05-18 | now explicit root merge works up to first multinode with explicit path | slioch | |
2009-05-16 | Add wireless device to table | Stephen Hemminger | |
Place holder for future work. | |||
2009-05-15 | root node support on load merge operation. additional work needed for deeper ↵ | slioch | |
merge path support | |||
2009-05-06 | * don't allow user to change zone-type on the fly | Mohit Mehta | |
2009-05-05 | Fix warnings from using undefined variable | Stephen Hemminger | |
Several places in the the listNodes() code would generate warnings if strict warnings enabled because they had constructs like "$path $node" which aren't correct if $path was not defined. | |||
2009-05-05 | * add flag to print commands to STDOUT for debugging | Mohit Mehta | |
* change prefix and suffix for Vyatta zone chains | |||
2009-04-29 | Rename virtual-ethernet to pseudo-ethernet | Stephen Hemminger | |
Avoid name conflict with veth in Xen. | |||
2009-04-28 | Extend getIP() to be able to get all addresses | Stephen Hemminger | |
Only have one interface for getting addresses. | |||
2009-04-27 | outlaw adding an interface to a zone that has firewall configured for it | Mohit Mehta | |
2009-04-27 | Fix path to virtual-ethernet | Stephen Hemminger | |
And indent net_prefix | |||
2009-04-27 | Cleanup exports of Vyatta::Misc | Stephen Hemminger | |
Remove duplicates from list, and make sure getIP is exported, and that explicit imports are listed. | |||
2009-04-27 | reindent code | Stephen Hemminger | |
2009-04-24 | Add support for virtual-ethernets | Stephen Hemminger | |
2009-04-16 | add function to get zone default-policy | Mohit Mehta | |
remove extraneous arguments in function definition | |||
2009-04-10 | add zone module | Mohit Mehta | |
2009-04-07 | add priorities and ranks for zone based firewall | Mohit Mehta | |
2009-04-01 | Add more service priorities so one service can fail without affecting | Stig Thormodsrud | |
others. | |||
2009-04-01 | Change rank value such that tunnels get created before "protocols rip ↵ | Stig Thormodsrud | |
interface". | |||
2009-03-31 | make bridge address a different rank to match new priority scheme. | An-Cheng Huang | |
2009-03-25 | Move Keepalived.pm from vyatta-cfg-system | Stephen Hemminger | |
There was only one module left in vyatta-cfg-system, and for some of the auth work want to create lib/Vyatta/Auth. | |||
2009-03-23 | Cleanup description string | Stephen Hemminger | |
Remove trailing newline and any leading whitespace. | |||
2009-03-23 | Remove #! /usr/bin/perl | Stephen Hemminger | |
The modules are not perl executables, they are modules. Fixes lintian warning | |||
2009-03-16 | isClusterIP() needs to strip off the /mask/interface/bcast. | Stig Thormodsrud | |
2009-03-02 | Merge branch 'jenner' of 192.168.100.1:git/vyatta-cfg into jenner | Stephen Hemminger | |
2009-03-02 | Ignore /sys/class/net/bonding_masters | Stephen Hemminger | |
Bonding leaves this file in /sys/class/net that confuses scripts. | |||
2009-03-02 | Add loopback as a type for getInterfacesIPadresses(). | Stig Thormodsrud | |
2009-03-02 | When an IP address is configured on a loopback, ↵ | Stig Thormodsrud | |
getInterfacesIPadresses('all') doesn't include them. Include loopback addresses. | |||
2009-03-02 | Remove duplicate constants. | Stig Thormodsrud | |
2009-03-01 | Fix bareword error for missing constants. | Stig Thormodsrud | |
Fix $mask usagage in getInterfacesIPadresses(). | |||
2009-03-01 | Fix call to Vyatta::Misc::getIP() | Stig Thormodsrud | |
2009-02-26 | Fix regex for VIF name extraction | Stephen Hemminger | |
Incorrect paren was breaking commands with VIF | |||
2009-02-19 | Typo in regex for vtun | Stephen Hemminger | |
Wouldn't match openvpn tunnels correctly. | |||
2009-02-18 | Add type check function for firewall IPv6 src/dst address parameters | Bob Gilligan | |
2009-02-18 | Add Vyatta::Interface::get_interfaces | Stephen Hemminger | |
Hook to get types listed in net_prefix table. | |||
2009-02-10 | Add new option for checking name validity | Stephen Hemminger | |
Many templates should allow any known interface type, since interface may be created later. So create some generic hooks for validation. | |||
2009-02-08 | Change order of config load | Stephen Hemminger | |
OSPF and RIP have to be started before interfaces | |||
2009-02-06 | Force firewall group to be configured before firewall. | Stig Thormodsrud | |
2009-02-05 | Merge branch 'jenner' of suva.vyatta.com:/git/vyatta-cfg into jenner | Stephen Hemminger | |
2009-02-05 | Fix boolean error | Stephen Hemminger | |
Earlier commit d8922b367e5d45dc8bb2b5dfba59d9473c3403e8 broke isChanged. | |||
2009-02-04 | Add type checking functions for 16- and 32-bit hexadecimal values. | Bob Gilligan | |
2009-02-04 | Vyatta::Config - parseTmpl convert to 3 arg open | Stephen Hemminger | |
2009-02-04 | Vyatta::Config - exists simplification | Stephen Hemminger | |
No need for if (-d node) { return ... can just use use return ( -d node ) | |||
2009-02-04 | Vyatta::ConfigOutput - test for exists should not use defined | Stephen Hemminger | |
exists returns a boolean so no need to explicitly check for defined. | |||
2009-02-04 | Vyatta::Config - don't use global handle for opendir | Stephen Hemminger | |
Global file handles are trap waiting to happen. | |||
2009-02-04 | Vyatta::Config - simplify boolean | Stephen Hemminger | |
When returning boolean no need to have if (expr) return 1; else return 0 Also the proper boolean for false is undef not 0. | |||
2009-02-04 | Vyatta::Config - fix perlcritic warnings from dangling return | Stephen Hemminger | |
2009-02-04 | Vyatta::Config::returnValue - change to three argument open | Stephen Hemminger | |
Using three argument open is safer against global handle clash, and accidental scripting. | |||
2009-02-04 | Revert "Cleanup confg library" | Stephen Hemminger | |
Save is broken by this, so do in smaller chunks. |