summaryrefslogtreecommitdiff
path: root/templates
AgeCommit message (Collapse)Author
2008-08-11Replace vyatta-vtysh with vtyshStephen Hemminger
2008-08-08Fix syntax errors found by check_tmpl.Stig Thormodsrud
2008-08-08Fix syntax error found by check_tmpl.Stig Thormodsrud
2008-08-08Fix syntax problems identified by /opt/vyatta/sbin/check_tmplStig Thormodsrud
2008-08-07Fix 3550: Setting kernel redistribution metric generates internal error.Stig Thormodsrud
2008-08-05Fix BGP IPv6 redistribute route-map error message.Stig Thormodsrud
2008-08-05Add BGP IPv6 redistribute commands.Stig Thormodsrud
2008-08-05Fix bgp soft-reconfiguration for IPv6.Stig Thormodsrud
2008-08-04Add IPv6 support to bgp cli.Stig Thormodsrud
2008-07-31Fix "delete protocols ripng".Stig Thormodsrud
2008-07-30Replace calls to vyatta-vtysh perl script with vyatta-vtyshStephen Hemminger
No longer need the perl wrapper, the logging and error suppression are now in the command itself. This helps with the speed of route creation with lots of routes.
2008-07-29First pass at gluing ripng cli to quagga.Stig Thormodsrud
2008-07-28Use vyatta_sbindirStephen Hemminger
Wrong shell variable in earlier commit
2008-07-28Add new program to check prefix boundaryStephen Hemminger
Using perl to check prefix boundary, is slow because of the overhead of compiling the same script many times. So convert this simple task to a C program.
2008-07-27Fix ipv6 blackhole route.Stig Thormodsrud
2008-07-27Add cli for IPv6 static routes.Stig Thormodsrud
2008-06-27Fix 3344: Unable to delete route-map that contains a 'set metric <value>' ↵Stig Thormodsrud
statement
2008-06-19Add configuration parameter for BGP MD5Stephen Hemminger
Quagga supports BGP over TCP-MD5 now, so need CLI support. Bugfix: 2661
2008-06-11Fix 3345: Unable to configure OSPF redistribute <protocol> route-map <name>Stig Thormodsrud
2008-06-06Fix bug 3134 "delete interfaces <> <> ip rip split-horizon" sets "no ip rip ↵Mohit Mehta
split-horizon" under the routing engine which is unknown in the config - 'interfaces <.....> ip rip split-horizon' does nothing on set or delete documentation needs to be updated to reflect: :'interfaces <.....> ip rip' or 'interfaces <.....> ip rip split-horizon' do nothing on set or delete :CLI under 'interfaces <.....> ip rip split-horizon' be only used to control split horizon behaviour i.e. :either disable it using: 'set interfaces <.....> ip rip split-horizon disable' :or use split-horizon with poison reverse using: 'set interfaces <.....> ip rip split-horizon poison-reverse' :to set up RIP for an interface, RIP section under protocols is to be used
2008-06-05Fix bug 2849 "disable-split-horizon" needs to be implementedMohit Mehta
- fixed to work for vifs
2008-06-06Fix 3316: "metric-type" option does not exist in the CLI for OSPF redistributionStig Thormodsrud
- also reformat to the newer escape-free format
2008-06-05Fix Bug 3269 system gateway-address conflicts with static defaultMohit Mehta
- route is only deleted from route table if both gateway-address and the static route equivalent to setting a gateway-address are not set
2008-05-28Bugfix: 3019Bob Gilligan
Tighten up validity check on interface names.
2008-05-21Fix templates for disable-link-detect when using vif on serialStephen Hemminger
The vif templates were incorrect. The name was wrong and multilink was arranged incorrectly.
2008-05-14Add option to disable link-detect on serial interfacesStephen Hemminger
Make serial behave same as ethernet
2008-04-30Merge branch 'hollywood' of http://git.vyatta.com/vyatta-cfg-quagga into ↵Stig Thormodsrud
hollywood
2008-04-30Fix 3199: removed redundant "static interface-route blackhole"Stig Thormodsrud
2008-04-30Add IP routing protocol config templates for PPPOE, PPPOE and ClassicalBob Gilligan
IP over ATM on ADSL interfaces.
2008-04-30Fix 3139 Check for previous authentication type before allowing anotherStig Thormodsrud
2008-04-27Merge commit 'origin/glendale' into hollywoodAn-Cheng Huang
Conflicts: templates/interfaces/ethernet/node.tag/disable-link-detect/node.def templates/interfaces/ethernet/node.tag/vif/node.tag/disable-link-detect/node.def
2008-04-26Fix typo in node.def (from linkwatch removal)Stephen Hemminger
The disable-link-detect template was missing a quote. So just convert it over to current syntax.
2008-04-26Merge branch 'glendale' into hollywoodrbalocca
2008-04-25Remove linkstatus scriptStephen Hemminger
Watchlink is no longer used/needed
2008-04-24Bugfix: 3181, 3019hollisterBob Gilligan
Allow static interface routes to be configured via PPP interfaces that are down. Quagga will install the route when the interface comes up.
2008-04-15Fix Bug 2849 "disable-split-horizon" needs to be implementedMohit Mehta
-implemented 'split-horizon disable' for all interfaces that allow configuring RIP
2008-04-15Fix Bug 2849 "disable-split-horizon" needs to be implementedMohit Mehta
-implemented 'split-horizon disable' for all interfaces that allow configuring RIP
2008-04-15Partial fix for 3004. Set priority of network node higher than virtual-link ↵Stig Thormodsrud
node.
2008-04-15Merge from glendalerbalocca
2008-04-14Updated autocomplet for loopback non-broadcast optionMark O'Brien
2008-04-11add 2 lines acidentally deleted in last commit for attribute-unchangedRobert Bays
2008-04-11fix for bugs 3085,3114,3121,3119,3120Robert Bays
2008-04-11Fix for bug 3093Mark O'Brien
2008-04-11Fix Bug 3069 Help strings should be standardizedMohit Mehta
- help string for 'set default gateway' standardized
2008-04-11Merge branch 'glendale' into hollywoodrbalocca
Conflicts: templates/protocols/ospf/area/node.tag/range/node.tag/cost/node.def templates/protocols/ospf/area/node.tag/range/node.tag/not-advertise/node.def templates/protocols/ospf/area/node.tag/range/node.tag/substitute/node.def templates/protocols/ospf/area/node.tag/virtual-link/node.tag/authentication/md5/node.def templates/protocols/ospf/area/node.tag/virtual-link/node.tag/authentication/plaintext-password/node.def
2008-04-10Fix Bug 3069 Help strings should be standardizedMohit Mehta
- help strings standardized in vyatta-cfg-quagga
2008-04-09Fix [Bug 3125] "...... range <> no-advertise" should be removed from the ↵Stig Thormodsrud
config while it is removed from the routing engine by "set protocols ospf area <> range <> substitute <>"
2008-04-09Fix 3126: ospf virtual-link authentication types should not be able to be ↵Stig Thormodsrud
coexisted in the config
2008-04-09Merge branch 'glendale' into hollywoodrbalocca
2008-04-08Fix 3129: "delete protocols ospf neighbor <> priority" should delete the ↵Stig Thormodsrud
neighbor in the config as under the routing engine