summaryrefslogtreecommitdiff
path: root/templates/protocols/static/route/node.def
AgeCommit message (Collapse)Author
2018-11-13T1006: replace all occurences of check_prefix_boundary with ipaddrcheck.Daniil Baturin
2016-12-21T194: fix protocols/static/route templateDaniil Baturin
For tag nodes, tag: must be the first statement in the template, don't ask me why. Maybe we should change it in the parser.
2016-09-01protocol/static: Tweak priorities to make route-map on static route workSylvain Munaut
Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
2015-05-03allow dhcp-interface for the next-hop on static routesCarl Byington
Signed-off-by: Daniil Baturin <daniil@baturin.org>
2012-10-04Bug 8345: Reverting changes which were committed against bug 8345. We are ↵Bharat
seeing issues when we are upgrading to pacifica from earlier releases. Customers may have the multicast blackhole route in earlier releases which is causing the issue after upgrade. This will fail the commit for the other unicast routes.
2012-09-26- Added Multicast and Broadcast checks for route and next hop for static ↵bharat
route command.
2010-07-21Remove verbs from help stringsStephen Hemminger
2009-04-04Move "commit" check out of invalid node.tag/node.def.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-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-10-16- Fix "set system gateway".Stig Thormodsrud
- Add basic support for static routes.