Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-02 | fixed preservation of def file when committing configuration. default leafs | slioch | |
configured by system will now be suppressed via show command (same behavior as with old commit). | |||
2009-03-01 | 0.14.29debian/0.14.29 | 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-27 | 0.14.28debian/0.14.28 | slioch | |
2009-02-27 | fixed node walk for delete of nodes--error introduced when adding ordering ↵ | slioch | |
indirection for actions in commit head. Bug found when review policy_bgp regression failure. | |||
2009-02-27 | Added environment variable that can be accessed in executing node.def script ↵ | slioch | |
to check whether commit is in a delete or set action. The environmental variable is "COMMIT_ACTION" the value can either be "SET" or "DELETE". The variable is set for the duration of the call being made to the action in the node.def file. This should allow some simplication of scripts (i.e. such as setting up static routes). | |||
2009-02-27 | Merge branch 'jenner' of suva.vyatta.com:/git/vyatta-cfg into jenner | Stephen Hemminger | |
2009-02-27 | Fix --vif option | Stephen Hemminger | |
When finding allwed VIF, want to show vif id not name. | |||
2009-02-26 | new option added to commit to disable partial commit behavior. This allows the | slioch | |
user to support the 'old' cli behavior if desired via the -o flag. | |||
2009-02-26 | 0.14.27debian/0.14.27 | Stephen Hemminger | |
2009-02-26 | Handle MTU on all types of interface | Stephen Hemminger | |
Use new Vyatta::Interface mtu function to handle all interface types with DHCP. | |||
2009-02-26 | Add option to show VIF for interface | Stephen Hemminger | |
2009-02-26 | Fix regex for VIF name extraction | Stephen Hemminger | |
Incorrect paren was breaking commands with VIF | |||
2009-02-26 | handle seg violation if an empty line is found in the priority file. | slioch | |
2009-02-26 | added protocols to root nodes at end of priority listing. | slioch | |
2009-02-25 | 0.14.26debian/0.14.26 | An-Cheng Huang | |
2009-02-25 | Add bgp priority. | Stig Thormodsrud | |
2009-02-25 | cosmetic changes, and better to not leave interfaces root node under default ↵ | slioch | |
priority. | |||
2009-02-25 | harvesting dead code. | slioch | |
2009-02-25 | 0.14.25debian/0.14.25 | Stephen Hemminger | |
2009-02-25 | Change protocols to protocols/snmp | Stephen Hemminger | |
The protocols node it self is empty, but there is one child that needs to have late priority (snmp), so make it clearer | |||
2009-02-25 | Merge branch 'jenner' of suva.vyatta.com:/git/vyatta-cfg into jenner | Stephen Hemminger | |
2009-02-25 | 0.14.24debian/0.14.24 | slioch | |
2009-02-25 | nested priority case under interfaces need mkdir with -p option to set | slioch | |
up parent directories before parent priority is visited. | |||
2009-02-24 | Adjust priorities | Stephen Hemminger | |
1. Add ripng and ospf3 2. For protocols parameters always come after protocol | |||
2009-02-24 | 0.14.23debian/0.14.23 | slioch | |
2009-02-24 | replace unionfs synchronization code with piecewise copy. this should fix ↵ | slioch | |
most of the problems related to nested priorities (but not all). also moved node profiling output from debug file to stdout (when enabled by the -c flag). | |||
2009-02-20 | 0.14.22debian/0.14.22 | Stephen Hemminger | |
2009-02-20 | move ospf/rip before interface | Stephen Hemminger | |
2009-02-19 | 0.14.21debian/0.14.21 | slioch | |
2009-02-19 | adjust priority file to push root nodes of protocol before sub nodes to ↵ | slioch | |
ensure that daemons stop/stop are handled in correct order. OSPF priority changes are ugly and needs to be fixed either in priority notation, or move start/stop to parameters (which probably isn't that intuitive). | |||
2009-02-19 | changes in priority to support bgp process start/stop. | slioch | |
2009-02-19 | 0.14.20debian/0.14.20 | Stephen Hemminger | |
2009-02-19 | Merge branch 'jenner' of suva.vyatta.com:/git/vyatta-cfg into jenner | Stephen Hemminger | |
2009-02-19 | Typo in regex for vtun | Stephen Hemminger | |
Wouldn't match openvpn tunnels correctly. | |||
2009-02-18 | 0.14.19debian/0.14.19 | An-Cheng Huang | |
2009-02-18 | fix for bug 4138: reset *glob after completion | An-Cheng Huang | |
2009-02-18 | 0.14.18debian/0.14.18 | Bob Gilligan | |
2009-02-18 | Remove no longer used protocol/disable entries | Stephen Hemminger | |
Also put newline at end of file | |||
2009-02-18 | Add type check function for firewall IPv6 src/dst address parameters | Bob Gilligan | |
2009-02-18 | need to add service to priority file. | slioch | |
2009-02-18 | 0.14.17debian/0.14.17 | Stephen Hemminger | |
2009-02-18 | Merge branch 'jenner' of suva.vyatta.com:/git/vyatta-cfg into jenner | Stephen Hemminger | |
2009-02-18 | Add Vyatta::Interface::get_interfaces | Stephen Hemminger | |
Hook to get types listed in net_prefix table. | |||
2009-02-18 | removing incorrect placement of node.tag on firewall/group priority | slioch | |
2009-02-18 | fixed vrrp configuration error by placing vrrp under vif after vif interface ↵ | slioch | |
is created. this is a nested priority and can potentially cause a problem if the parent fails and the child succeeds. | |||
2009-02-17 | 0.14.16debian/0.14.16 | slioch | |