summaryrefslogtreecommitdiff
path: root/templates/protocols/static
AgeCommit message (Collapse)Author
2008-12-15Allow any interface for interface routesStephen Hemminger
Allow interface routes to be configured to any device name (existing or not). This allows for future technolgies, and also handles case of tunnels and other devices that may need routes configured before they exist.
2008-11-18Bugfix 3863: Provide ability to configure static ARP table entriesBob Gilligan
Add new config template tree starting at protocols.static.arp.
2008-08-12Revert "Replace vyatta-vtysh with vtysh"Stephen Hemminger
This reverts commit 588492cf8a9ddf438b649c6db4986bcab9c22435.
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-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-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-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-04-30Fix 3199: removed redundant "static interface-route blackhole"Stig Thormodsrud
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-10Fix Bug 3069 Help strings should be standardizedMohit Mehta
- help strings standardized in vyatta-cfg-quagga
2008-01-31convert templates to new syntaxAn-Cheng Huang
2007-12-12Add wrapper script between cfg templates and vtysh. The wrapper will:Stig Thormodsrud
- log commands to /tmp/vtysh.log - return error code when quagga responds with an errmsg - ignore errors when called with -n
2007-11-28Change metric to distance in static routes.Stig Thormodsrud
2007-11-28- Add support for multiple next-hop for same static route.Stig Thormodsrud
- Add support for multiple next-hop-interface for same static route. - Add support for blackhole route. - Add support for metric on static routes.
2007-11-27Add OSPF interface commands for ethernet and loopback.Stig Thormodsrud
2007-10-16- Fix "set system gateway".Stig Thormodsrud
- Add basic support for static routes.