scripts/quagga-manager | 128 ---------- Makefile.am | 1 gen-interface-templates.pl | 2 interface-templates/ip/ospf/node.def | 1 interface-templates/ip/rip/node.def | 1 interface-templates/ipv6/ospfv3/node.def | 1 interface-templates/ipv6/ripng/node.def | 1 templates/policy/node.def | 1 templates/protocols/bgp/node.def | 1 templates/protocols/bgp/node.tag/neighbor/node.def | 1 templates/protocols/bgp/node.tag/neighbor/node.tag/remote-as/node.def | 1 templates/protocols/bgp/node.tag/parameters/node.def | 1 templates/protocols/ospf/node.def | 1 templates/protocols/ospfv3/node.def | 1 templates/protocols/rip/node.def | 1 templates/protocols/ripng/node.def | 1 16 files changed, 1 insertion(+), 143 deletions(-)
New commits: commit 53dc1cc6aff4c5a85ce5f5f89007a503a6e363ed Author: Stephen Hemminger <[email protected]> Date: Thu Jul 9 16:06:26 2009 -0700 Remove dynamic start of routing daemons The CLI begin transaction restrictions make this impossible to do in a stable manner. Related to bug 4537 (cherry picked from commit dcebd6d713e76b3e01ba51710693d688e1570cdb) commit 548a22cca3daa57fd592647bc93ae2370c705f94 Author: Stephen Hemminger <[email protected]> Date: Thu Jul 9 14:40:33 2009 -0700 Start all routing daemons when/if policy defined The Quagga system needs all daemons to be running if any prefix list is defined. And since CLI allows only one begin event, we are forced to start all routing daemons if user defines any policy! Bug 4643 (cherry picked from commit 8baea0622fbbc6a9e643df2a4bb8fa8a72fd02fa) commit cbae9ecf21faa3d98eda8f6f81a86808042e7a56 Author: Stephen Hemminger <[email protected]> Date: Thu Jul 9 14:38:50 2009 -0700 Allow starting multiple daemons at once Avoid having to run script multiple times. (cherry picked from commit 61a47e2f6c508330e779ac10e9b9d7cd0303bd5d) commit 5cd048b332bc3fba71ae4ceb57947aac3e3ef38c Author: Stephen Hemminger <[email protected]> Date: Fri Jun 12 18:41:34 2009 -0700 remove pseudo-ethernet vif (cherry picked from commit 4fb63789bf16c0453ad202f73fc78c8e05c55b69) commit 351b49a02e921b43e64bb2d498224da01bd10eee Author: Stephen Hemminger <[email protected]> Date: Tue Jun 2 10:06:42 2009 -0700 Convert update: on mulitnodes to create: This is what CLI Primer says is supposed to work. commit 0a4d691e4245d42b155ba4a4117915b7a2410abe Author: Stephen Hemminger <[email protected]> Date: Mon Jun 1 16:26:55 2009 -0700 Fix setup of protocols on boot 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 http://suva.vyatta.com/git/?p=vyatta-cfg-quagga.git;a=commitdiff;h=53dc1cc6aff4c5a85ce5f5f89007a503a6e363ed http://suva.vyatta.com/git/?p=vyatta-cfg-quagga.git;a=commitdiff;h=548a22cca3daa57fd592647bc93ae2370c705f94 http://suva.vyatta.com/git/?p=vyatta-cfg-quagga.git;a=commitdiff;h=cbae9ecf21faa3d98eda8f6f81a86808042e7a56 http://suva.vyatta.com/git/?p=vyatta-cfg-quagga.git;a=commitdiff;h=5cd048b332bc3fba71ae4ceb57947aac3e3ef38c http://suva.vyatta.com/git/?p=vyatta-cfg-quagga.git;a=commitdiff;h=351b49a02e921b43e64bb2d498224da01bd10eee http://suva.vyatta.com/git/?p=vyatta-cfg-quagga.git;a=commitdiff;h=0a4d691e4245d42b155ba4a4117915b7a2410abe _______________________________________________ svn mailing list [email protected] http://mailman.vyatta.com/mailman/listinfo/svn
