summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-10-13Convert update: on mulitnodes to create:Stephen Hemminger
This is what CLI Primer says is supposed to work.
2009-10-13Fix setup of protocols on bootStephen Hemminger
New CLI appears to require 'update:' rather than 'create:' on tag nodes in order for them to get applied correctly. Workaround this by changing all the create: to update: in Quagga config Bug 4486
2009-08-200.18.33debian/0.18.33Stephen Hemminger
2009-08-20Generate templates for wirless devicesStephen Hemminger
2009-08-140.18.32debian/0.18.32Stig Thormodsrud
2009-08-14Reset to default value when deletedJon Andersson
2009-08-120.18.31debian/0.18.31Mohit Mehta
2009-08-12add support for disabling ipv6 and ipv6 static routes in configMohit Mehta
2009-07-30Fix 4769: bgp neighbor update-source fails on bootStig Thormodsrud
2009-07-150.18.30debian/0.18.30Bob Gilligan
2009-07-15Bugfix 4708: Change update action in non-leaf valueless node to createBob Gilligan
An "update" action in a non-leaf valueless node is only called when the node is created for the first time. So the "create" action should be used instead of "update".
2009-07-130.18.29debian/0.18.29Bob Gilligan
2009-07-13Bugfix 4708: Use "create" field instead of "update" for non-leaf multi-nodes.Bob Gilligan
2009-07-090.18.28debian/0.18.28Bob Gilligan
2009-07-09Merge branch 'kenwood' of http://git.vyatta.com/vyatta-cfg-quagga into kenwoodBob Gilligan
2009-07-09Bugfix 4716: Need to perform different actions on "update" and "create".Bob Gilligan
2009-07-090.18.27debian/0.18.27Stephen Hemminger
2009-07-09Remove hidden templatesStephen Hemminger
Templates in */node.tag/node.def are meaningless in current CLI. Remove all the templates that are intermediat help text. (cherry picked from commit ebd628b2b2a93d78a60c1d0ed41d0ab793c0efdf)
2009-07-09Remove bogus templatesStephen Hemminger
node.def below node.tag is meaningless (cherry picked from commit b606ac1a7f1120d5203a581d85e9953401d02b07)
2009-07-09Fix OSPFv3 filter list nodeStephen Hemminger
Node was marked as 'tag:' but was a leaf node. (cherry picked from commit 31368eec9b7dd25e248140a8732fd4c814de52b9)
2009-07-09Use bgpd default import-check flagStephen Hemminger
Move the default import-check enabled from template to command line option in bgpd. This resolves some of the startup issues. (cherry picked from commit a1d23a42ef83968222b0744505986db3e02b0ae8)
2009-07-09Start bgpd earlier in processStephen Hemminger
BGPD needs to be started when parameters and neighbors are set. Bug 4486 (cherry picked from commit c600f91dee1ed705648eff626f8fd090a28720b5)
2009-07-09Allow status operations as non-root userStephen Hemminger
(cherry picked from commit 466426dba5880bf469b22172769c552cf6aaaab0)
2009-07-09Use create to get remote-as to go firstStephen Hemminger
need remote-as to be highest priority sibling Bug 4486 (cherry picked from commit cf0f8def872cf356f10e14c5ac0956022eab9d0b)
2009-07-09Replace update tag on multi-nodesStephen Hemminger
Multiple value nodes are never updated, only created or deleted. (cherry picked from commit 909452cdb631577aed7b9a7aed6613c2756f4e33)
2009-07-09Add pseudo-ethernetStephen Hemminger
Should be able to set ospf/rip values on pseudo-ethernet devices. (cherry picked from commit e7e5fcbeb15a85cb61e85ca7d42f2cd7306b09b3)
2009-07-09Convert update: on mulitnodes to create:Stephen Hemminger
This is what CLI Primer says is supposed to work. (cherry picked from commit 4cb6efba141b1e54ee78077410dd027a8fcf1a39)
2009-07-09Fix setup of protocols on bootStephen Hemminger
New CLI appears to require 'update:' rather than 'create:' on tag nodes in order for them to get applied correctly. Workaround this by changing all the create: to update: in Quagga config Bug 4486 (cherry picked from commit 84536c188e359a9f046bc8f1c5a3180b3e03ee8b)
2009-07-09Convert template to new syntaxStephen Hemminger
Use same syntax as other nodes Precursor to automated edit of nodes for other bugfix. (cherry picked from commit 435e80791de6b051ab88c7eaa7c47265bbef3be5)
2009-07-09Abort transaction on delete of neighbor in peer groupStephen Hemminger
The new CLI doesn't fail transaction automatically when one command fails. (cherry picked from commit a50404c259bcbb424743d80a18bf87319666bce8)
2009-07-070.18.26debian/0.18.26Bob Gilligan
2009-07-07Bugfix 4546: Re-structure to avoid nested "end" field.Bob Gilligan
2009-06-100.18.25debian/0.18.25Stig Thormodsrud
2009-06-10Hide filter-list node until bug 4498 is fixed.Stig Thormodsrud
2009-05-290.18.24debian/0.18.24An-Cheng Huang
2009-05-280.18.23debian/0.18.23Stephen Hemminger
2009-05-28Merge branch 'jenner' of suva.vyatta.com:/git/vyatta-cfg-quagga into jennerStephen Hemminger
2009-05-28Manage OSPFv3 interface costStephen Hemminger
Since OSPFv3 does not compute interface cost based on bandwidth in Quagga. Just use 1 as default. Bug 4179
2009-05-28Allow passive-interface definition for any deviceStephen Hemminger
Bug 4014 The actual device (ppp for example) may not exist when OSPF is brought up, so allow any name
2009-05-28Convert template to new syntaxStephen Hemminger
Use 'update: ...' rather than 'update:expression: ...'
2009-05-260.18.22debian/0.18.22Stephen Hemminger
2009-05-26Merge branch 'jenner' of 192.168.100.1:git/vyatta-cfg-quagga into jennerStephen Hemminger
2009-05-26Start BGP at start of policy transactionStephen Hemminger
Related to bug 4345
2009-05-26Don't use --name optionStephen Hemminger
I added --name option, but doesn't do what I expected.
2009-05-220.18.21debian/0.18.21Stephen Hemminger
2009-05-21Merge branch 'jenner' of 192.168.100.1:git/vyatta-cfg-quagga into jennerStephen Hemminger
2009-05-21Start daemon at beginingStephen Hemminger
This may resolve some of the priority issues.
2009-05-210.18.20debian/0.18.20Stephen Hemminger
2009-05-21Allow interface as BGP sourceStephen Hemminger
Bug 4391 Quagga allows IP address or interface as update source, so generalize existing template.
2009-05-130.18.19debian/0.18.19Stephen Hemminger