summaryrefslogtreecommitdiff
path: root/templates/protocols/static/route
AgeCommit message (Collapse)Author
2012-09-26- Added Multicast and Broadcast checks for route and next hop for static ↵bharat
route command.
2012-05-16Warn user if both gateway-address and static default route are setJames Davidson
Fixes bug 7428.
2011-06-17Missed two nodes in the last commitJohn Southworth
2011-06-17Bugfix 6816: Make previous bugfix more maintainable by moving check to a ↵John Southworth
script instead of defining it in multiple node.defs
2011-06-17Bugfix 6816: Verify that at least one next-hop exists if the parent node for ↵John Southworth
the route still exists
2010-07-21Remove verbs from help stringsStephen Hemminger
2010-07-21Convert Quagga templates to use val_help:Stephen Hemminger
2010-03-05Get rid of vyatta-vtyshStephen Hemminger
For SELinux policy, changing vyatta-quagga to use standard path values. This means not having to change policies.
2009-11-30added required keyword to help text.Michael Larson
2009-08-12add support for disabling ipv6 and ipv6 static routes in configMohit Mehta
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-04-04Move "commit" check out of invalid node.tag/node.def.Stig Thormodsrud
2009-03-04clean up other static route commands to remove references to /tmp/ pellets ↵slioch
and to use environment variable set via new cli.
2009-03-04ported example of node.def using commit environmental variable rather than ↵slioch
relying on /tmp pellets. should also improve performance when delete large numbers of static route entries.
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-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-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-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.