Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-04-16 | add function to get zone default-policy | Mohit Mehta | |
remove extraneous arguments in function definition | |||
2009-04-13 | 0.14.63debian/0.14.63 | Stig Thormodsrud | |
2009-04-13 | Add separate priority for 4 firewall trees, since the "end" processing | Stig Thormodsrud | |
has moved down a level. | |||
2009-04-12 | 0.14.62debian/0.14.62 | slioch | |
2009-04-11 | wild cards are now supported on terminating nodes in the priority file: | slioch | |
So, 100 load-balancing/wan/rule/node.tag/* applies the priority of "100" to all children of the multinode "rule:value" NEW TRANS + source (t: 0, p: 333) + address (t: 0, p: 1000) + 1.1.1.1/32 (t: 8, p: 1000) [VALUE] NEW TRANS + protocol (t: 0, p: 333) + all (t: 8, p: 1000) [VALUE] [SYNTAX] NEW TRANS + protocol (t: 0, p: 333) + all (t: 8, p: 1000) [VALUE] [SYNTAX] NEW TRANS + load-balancing (t: 0, p: 1000) + wan (t: 0, p: 1000) [DELETE] [COMMIT] + rule (t: 0, p: 1000) [MULTI] + 1 (t: 1, p: 1000) [VALUE] + 2 (t: 1, p: 1000) [VALUE] Where protocol is a child node of "rule:value" This should allow us to compress some of the entries given the current state of the priority file. | |||
2009-04-10 | 0.14.61debian/0.14.61 | Mohit Mehta | |
2009-04-10 | add zone module | Mohit Mehta | |
2009-04-09 | 0.14.60debian/0.14.60 | Bob Gilligan | |
2009-04-09 | Bugfix 4272: Set log level to "notice" so messages are logged by default. | Bob Gilligan | |
2009-04-08 | added syslog entries for debug statements. | slioch | |
2009-04-07 | add priorities and ranks for zone based firewall | Mohit Mehta | |
2009-04-06 | Handle commit failure processing within priority group correctly. Processing ↵ | slioch | |
now stops on failure within priority group (expected behavior). | |||
2009-04-06 | for fans of the new priority|commit system, debug output is now enabled on ↵ | slioch | |
config boot. -a action is activated and last output is written to /tmp/bar | |||
2009-04-06 | add "save" command to cfg-cmd-wrapper | An-Cheng Huang | |
2009-04-03 | remove rank loading from loadconfig. rank load is disabled--will remove ↵ | slioch | |
ordering code (that has no effect) in a future submission. | |||
2009-04-03 | maintain increasing order of priority file | Mohit Mehta | |
2009-04-03 | 0.14.59debian/0.14.59 | Stig Thormodsrud | |
2009-04-03 | Fix cut/paste syntax of priority which is different than rank. | Stig Thormodsrud | |
Functionality seems to still work, but better to be consistent with the rest of the file. | |||
2009-04-03 | 0.14.58debian/0.14.58 | Stig Thormodsrud | |
2009-04-01 | 0.14.57debian/0.14.57 | slioch | |
2009-04-01 | orphaned parent support | slioch | |
2009-04-01 | 0.14.56debian/0.14.56 | Stig Thormodsrud | |
2009-04-01 | Merge branch 'jenner' of http://git.vyatta.com/vyatta-cfg into jenner | Stig Thormodsrud | |
2009-04-01 | Add more service priorities so one service can fail without affecting | Stig Thormodsrud | |
others. | |||
2009-04-01 | 0.14.55debian/0.14.55 | Stephen Hemminger | |
2009-04-01 | Merge branch 'jenner' of 192.168.100.1:git/vyatta-cfg into jenner | Stephen Hemminger | |
2009-04-01 | Add --warn option for vyatta-interfaces | Stephen Hemminger | |
For when templates want to check for interface but not die. | |||
2009-04-01 | Change rank value such that tunnels get created before "protocols rip ↵ | Stig Thormodsrud | |
interface". | |||
2009-03-31 | 0.14.54debian/0.14.54 | An-Cheng Huang | |
2009-03-31 | make bridge address a different rank to match new priority scheme. | An-Cheng Huang | |
2009-03-31 | change noop to active for env variable--this is more consistent with the ↵ | slioch | |
action being applied. | |||
2009-03-30 | Merge branch 'jenner' of http://git.vyatta.com/vyatta-cfg into jenner | slioch | |
2009-03-30 | added noop state to commit_action env variable to make scripts happy. | slioch | |
2009-03-30 | 0.14.53debian/0.14.53 | Stig Thormodsrud | |
2009-03-30 | Remove duplicate priorities for ethernet/vif. | Stig Thormodsrud | |
In the future it would be good if the cli flagged duplicate priorities. | |||
2009-03-30 | only set env varible for commit action on directly deleted set nodes and do ↵ | slioch | |
not promote to enclosing transaction scope. | |||
2009-03-30 | 0.14.52debian/0.14.52 | An-Cheng Huang | |
2009-03-30 | propagate commit failure error to commit return status. | slioch | |
2009-03-28 | 0.14.51debian/0.14.51 | Stephen Hemminger | |
2009-03-28 | Add all the new ip/ipv6 ospf/rip parameters | Stephen Hemminger | |
2009-03-25 | 0.14.50debian/0.14.50 | Stig Thormodsrud | |
2009-03-25 | Add priorities to create vif before trying to add bridge-group to vif. | Stig Thormodsrud | |
2009-03-25 | Merge branch 'jenner' of http://git.vyatta.com/vyatta-cfg into jenner | Bob Gilligan | |
2009-03-25 | Update comments in priority file. | Bob Gilligan | |
2009-03-25 | 0.14.49debian/0.14.49 | Stephen Hemminger | |
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-25 | 0.14.48debian/0.14.48 | slioch | |
2009-03-25 | bug in logic when implementing additional show command--was causing commit ↵ | slioch | |
failures to be lost on repeated commits. | |||
2009-03-25 | Added explanatory comments to the priority file. | Bob Gilligan | |
2009-03-25 | Fix update of interface description | Stephen Hemminger | |
Bug 4249 |