summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-03-01Fix call to Vyatta::Misc::getIP()Stig Thormodsrud
2009-02-270.14.28debian/0.14.28slioch
2009-02-27fixed 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-27Added 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-27Merge branch 'jenner' of suva.vyatta.com:/git/vyatta-cfg into jennerStephen Hemminger
2009-02-27Fix --vif optionStephen Hemminger
When finding allwed VIF, want to show vif id not name.
2009-02-26new option added to commit to disable partial commit behavior. This allows theslioch
user to support the 'old' cli behavior if desired via the -o flag.
2009-02-260.14.27debian/0.14.27Stephen Hemminger
2009-02-26Handle MTU on all types of interfaceStephen Hemminger
Use new Vyatta::Interface mtu function to handle all interface types with DHCP.
2009-02-26Add option to show VIF for interfaceStephen Hemminger
2009-02-26Fix regex for VIF name extractionStephen Hemminger
Incorrect paren was breaking commands with VIF
2009-02-26handle seg violation if an empty line is found in the priority file.slioch
2009-02-26added protocols to root nodes at end of priority listing.slioch
2009-02-250.14.26debian/0.14.26An-Cheng Huang
2009-02-25Add bgp priority.Stig Thormodsrud
2009-02-25cosmetic changes, and better to not leave interfaces root node under default ↵slioch
priority.
2009-02-25harvesting dead code.slioch
2009-02-250.14.25debian/0.14.25Stephen Hemminger
2009-02-25Change protocols to protocols/snmpStephen 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-25Merge branch 'jenner' of suva.vyatta.com:/git/vyatta-cfg into jennerStephen Hemminger
2009-02-250.14.24debian/0.14.24slioch
2009-02-25nested priority case under interfaces need mkdir with -p option to setslioch
up parent directories before parent priority is visited.
2009-02-24Adjust prioritiesStephen Hemminger
1. Add ripng and ospf3 2. For protocols parameters always come after protocol
2009-02-240.14.23debian/0.14.23slioch
2009-02-24replace 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-200.14.22debian/0.14.22Stephen Hemminger
2009-02-20move ospf/rip before interfaceStephen Hemminger
2009-02-190.14.21debian/0.14.21slioch
2009-02-19adjust 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-19changes in priority to support bgp process start/stop.slioch
2009-02-190.14.20debian/0.14.20Stephen Hemminger
2009-02-19Merge branch 'jenner' of suva.vyatta.com:/git/vyatta-cfg into jennerStephen Hemminger
2009-02-19Typo in regex for vtunStephen Hemminger
Wouldn't match openvpn tunnels correctly.
2009-02-180.14.19debian/0.14.19An-Cheng Huang
2009-02-18fix for bug 4138: reset *glob after completionAn-Cheng Huang
2009-02-180.14.18debian/0.14.18Bob Gilligan
2009-02-18Remove no longer used protocol/disable entriesStephen Hemminger
Also put newline at end of file
2009-02-18Add type check function for firewall IPv6 src/dst address parametersBob Gilligan
2009-02-18need to add service to priority file.slioch
2009-02-180.14.17debian/0.14.17Stephen Hemminger
2009-02-18Merge branch 'jenner' of suva.vyatta.com:/git/vyatta-cfg into jennerStephen Hemminger
2009-02-18Add Vyatta::Interface::get_interfacesStephen Hemminger
Hook to get types listed in net_prefix table.
2009-02-18removing incorrect placement of node.tag on firewall/group priorityslioch
2009-02-18fixed 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-170.14.16debian/0.14.16slioch
2009-02-17added additional debug output and fixed dumping of trans nodes to screen. ↵slioch
added default priorities in priorities file. also fixed bug where interface changes could sweep in portions of failed configuration on error. now fixed.
2009-02-17added dump transaction support to write to stdout rather than redirected ↵slioch
/tmp/cfg-stdout.log file. Enable with -s flag on commit to view local session data and associated actions.
2009-02-17added generic commit failed message on any portion of the configuration ↵slioch
failing. To get additional details (i.e. location of failure and actions associated with nodes) run with the -e flag.
2009-02-16change bgp disable node priorityStephen Hemminger
2009-02-160.14.15debian/0.14.15Stephen Hemminger