summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-07-29Get rid of long line causing warningStephen Hemminger
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 program to .gitignoreStephen Hemminger
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-27Fix check_prefix_boundry() to handle IPv6 abreviated addresses.Stig Thormodsrud
2008-07-27Add cli for IPv6 static routes.Stig Thormodsrud
2008-07-233.1.2vyatta/3.1.4vyatta/3.1.3vyatta/3.1.2debian/0.12hollywoodMark O'Brien
2008-07-10Fix 2752: "Unknown command" after "source any" was configured in the second ↵Stig Thormodsrud
rule of an access-list
2008-06-283.1.1vyatta/3.1.1debian/0.11Mark O'Brien
2008-06-27Fix 3344: Unable to delete route-map that contains a 'set metric <value>' ↵Stig Thormodsrud
statement
2008-06-19Add module version for quagga.Stig Thormodsrud
2008-06-19Add configuration parameter for BGP MD5Stephen Hemminger
Quagga supports BGP over TCP-MD5 now, so need CLI support. Bugfix: 2661
2008-06-173.1.0vyatta/3.1.0debian/0.10Mark O'Brien
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-21Merge branch 'hollywood' of suva.vyatta.com:/git/vyatta-cfg-quagga into ↵Stephen Hemminger
hollywood
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-20Ignore derived filesrbalocca
2008-05-17Fix 3266: Syntax validation for as-path-prepend does not allow 32 bit ASNsStig Thormodsrud
Fix 3268 : CLI allows an as-path-prepend of > 24 ASNs but routing engine does not appear to support > 24
2008-05-14Add option to disable link-detect on serial interfacesStephen Hemminger
Make serial behave same as ethernet
2008-05-07Convert to our method of changelog creationrbalocca
2008-05-07Merge branch 'glendale' into hollywoodrbalocca
2008-05-063.0.5debian/0.9glendaleMark O'Brien
2008-05-053.0.4debian/0.8Mark O'Brien
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-293.0.3debian/0.7Mark O'Brien
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-21Merge branch 'glendale' into hollywoodrbalocca
Conflicts: templates/interfaces/loopback/node.tag/ip/ospf/network/node.def templates/protocols/bgp/node.tag/parameters/confederation/peers/node.def
2008-04-21Indicate the VC4.0.2 release candidate in the changelogrbalocca
2008-04-19VC4.0.2debian/0.6Mark O'Brien
2008-04-18don't signal watchlink if it's not runningAn-Cheng Huang
2008-04-16VC4.0.2debian/0.5Mark O'Brien
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