Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2009-02-17 | added 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-17 | added 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-17 | added 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-16 | change bgp disable node priority | Stephen Hemminger | |
2009-02-16 | 0.14.15debian/0.14.15 | Stephen Hemminger | |
2009-02-16 | Add hook for starting protocols | Stephen Hemminger | |
2009-02-13 | provide non-default priorities to load-balancing and cluster so these | slioch | |
nodes can be treated as separate transactions. | |||
2009-02-13 | 0.14.14debian/0.14.14 | slioch | |
2009-02-12 | removed priority specification for vrrp. checked with stig and it doesn't ↵ | slioch | |
sound like priorities are needed. also priority specified with new cli and vrrp script generated an error on vrrp changes file. | |||
2009-02-12 | typo on setting firewall group priority. | slioch | |
2009-02-12 | enable new cli. | slioch | |
2009-02-11 | 0.14.13debian/0.14.13 | Stephen Hemminger | |
2009-02-11 | Remove script for vyatta-cfg-reload | Stephen Hemminger | |
Moved it back over to vyatta-cfg-quagga | |||
2009-02-10 | Merge branch 'jenner' of suva.vyatta.com:/git/vyatta-cfg into jenner | Stephen Hemminger | |
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-09 | fixed reversed priority for bgp parameters and | slioch | |
neighbors--order now agrees with configload.pm | |||
2009-02-09 | Fix Bug 3385 in completion script, thus, also fixing Bug 4120 | Mohit Mehta | |
2009-02-08 | 0.14.12debian/0.14.12 | Stephen Hemminger | |
2009-02-08 | Change order of config load | Stephen Hemminger | |
OSPF and RIP have to be started before interfaces | |||
2009-02-08 | Merge branch 'jenner' of suva.vyatta.com:/git/vyatta-cfg into jenner | Stephen Hemminger | |
2009-02-06 | Merge branch 'jenner' of http://git.vyatta.com/vyatta-cfg into jenner | Stig Thormodsrud | |
2009-02-06 | Force firewall group to be configured before firewall. | Stig Thormodsrud | |
2009-02-05 | 0.14.11debian/0.14.11 | Stephen Hemminger | |
2009-02-05 | Merge branch 'jenner' of suva.vyatta.com:/git/vyatta-cfg into jenner | Stephen Hemminger | |
2009-02-05 | Merge branch 'jenner' of 192.168.100.1:git/vyatta-cfg into jenner | Stephen Hemminger | |
2009-02-05 | Move config reload from quagga to vyatta-cfg | Stephen Hemminger | |
More generally useful, and maintaince is better when closer to home | |||
2009-02-05 | 0.14.10debian/0.14.10 | Stephen Hemminger | |
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 | 0.14.9debian/0.14.9 | Bob Gilligan | |
2009-02-04 | Add type checking functions for 16- and 32-bit hexadecimal values. | Bob Gilligan | |
2009-02-04 | 0.14.8debian/0.14.8 | Stephen Hemminger | |
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. | |||
2009-02-04 | 0.14.7debian/0.14.7 | Stephen Hemminger | |
2009-02-03 | Cleanup confg library | Stephen Hemminger | |
Make this code pass perl critic. Mostly by changing it to return proper booleans, and use three argument open. | |||
2009-02-03 | Missing semicolon | Stephen Hemminger | |
Mistake in earlier change. | |||
2009-02-03 | Simplify and add strict checks | Stephen Hemminger | |
2009-02-03 | Replace bare file handle with variable | Stephen Hemminger | |
PBP recommends using local variable rather than global file handle. | |||
2009-02-03 | Simplify logic | Stephen Hemminger | |
Use || operator | |||
2009-02-03 | Reindent load config for clarity | Stephen Hemminger | |
Run through perltidy. |