summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-04-27vyatta-interfaces changes for DHCPStephen Hemminger
Need good way to find path to get current MTU.
2009-04-27Handle errors better in show_mtuStephen Hemminger
2009-04-27Add method to show configured mtuStephen Hemminger
2009-04-27Merge branch 'jenner' of suva.vyatta.com:/git/vyatta-cfg into jennerStephen Hemminger
2009-04-260.14.68debian/0.14.68Stig Thormodsrud
2009-04-26Add more firewall priorities.Stig Thormodsrud
2009-04-24Add support for virtual-ethernetsStephen Hemminger
2009-04-24Merge branch 'jenner' of suva.vyatta.com:/git/vyatta-cfg into jennerStephen Hemminger
2009-04-210.14.67debian/0.14.67Stig Thormodsrud
2009-04-21Merge branch 'jenner' of http://git.vyatta.com/vyatta-cfg into jennerStig Thormodsrud
2009-04-21Add some debug files to help diagnose boot issue with new cli ordering.Stig Thormodsrud
These should be removed before release.
2009-04-20Use undef for falseStephen Hemminger
Standard perl convention is undefined for false rather than 0.
2009-04-20Use getIP rather than call 'ip addr'Stephen Hemminger
Trying to have uniform library to interface state.
2009-04-20Fix vyatta-interfacesStephen Hemminger
Extra comma in options hash list! Get rid of perl function prototype for usage. Perl Best Practices and other books recommend against them. Move up exit to avoid surprises in later code.
2009-04-200.14.66debian/0.14.66Stephen Hemminger
2009-04-20Move disable-link-detect from vytta-cfg-quagga to hereStephen Hemminger
Since some interfaces have link-detect and others do not, move the template from the generic generated templates to the specific configuration.
2009-04-200.14.65debian/0.14.65An-Cheng Huang
2009-04-20add env override for default session idAn-Cheng Huang
2009-04-160.14.64debian/0.14.64Mohit Mehta
2009-04-16add function to get zone default-policyMohit Mehta
remove extraneous arguments in function definition
2009-04-130.14.63debian/0.14.63Stig Thormodsrud
2009-04-13Add separate priority for 4 firewall trees, since the "end" processingStig Thormodsrud
has moved down a level.
2009-04-120.14.62debian/0.14.62slioch
2009-04-11wild 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-100.14.61debian/0.14.61Mohit Mehta
2009-04-10add zone moduleMohit Mehta
2009-04-090.14.60debian/0.14.60Bob Gilligan
2009-04-09Bugfix 4272: Set log level to "notice" so messages are logged by default.Bob Gilligan
2009-04-08added syslog entries for debug statements.slioch
2009-04-07add priorities and ranks for zone based firewallMohit Mehta
2009-04-06Handle commit failure processing within priority group correctly. Processing ↵slioch
now stops on failure within priority group (expected behavior).
2009-04-06for 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-06add "save" command to cfg-cmd-wrapperAn-Cheng Huang
2009-04-03remove rank loading from loadconfig. rank load is disabled--will remove ↵slioch
ordering code (that has no effect) in a future submission.
2009-04-03maintain increasing order of priority fileMohit Mehta
2009-04-030.14.59debian/0.14.59Stig Thormodsrud
2009-04-03Fix 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-030.14.58debian/0.14.58Stig Thormodsrud
2009-04-010.14.57debian/0.14.57slioch
2009-04-01orphaned parent supportslioch
2009-04-010.14.56debian/0.14.56Stig Thormodsrud
2009-04-01Merge branch 'jenner' of http://git.vyatta.com/vyatta-cfg into jennerStig Thormodsrud
2009-04-01Add more service priorities so one service can fail without affectingStig Thormodsrud
others.
2009-04-010.14.55debian/0.14.55Stephen Hemminger
2009-04-01Merge branch 'jenner' of 192.168.100.1:git/vyatta-cfg into jennerStephen Hemminger
2009-04-01Add --warn option for vyatta-interfacesStephen Hemminger
For when templates want to check for interface but not die.
2009-04-01Change rank value such that tunnels get created before "protocols rip ↵Stig Thormodsrud
interface".
2009-03-310.14.54debian/0.14.54An-Cheng Huang
2009-03-31make bridge address a different rank to match new priority scheme.An-Cheng Huang
2009-03-31change noop to active for env variable--this is more consistent with the ↵slioch
action being applied.