summaryrefslogtreecommitdiff
path: root/templates/protocols/static
AgeCommit message (Collapse)Author
2023-02-18T5017: fix reference to no longer existing validatort5017-equuleus-validatorChristian Breunig
The "interface-name" Python validator was removed for performance reasons. Reference new implemented validators
2022-01-19T3522: Use printf to get hex instead of dcDmitriyEshenko
2021-07-21Merge pull request #85 from sever-sever/T3685Christian Poessinger
frr: T3685: Add interface option for static table route6
2021-07-21frr: T3685: Add interface option for static table route6Viacheslav
2021-07-19frr: T3689: Fix for static route6Viacheslav
2021-05-19protocols: static: T3558: add completion helper for dhcp-interface optionssrividya0208
The command "set proto static route x.x.x.x/x dhcp-interface" does not show the possible interface list when entered a tab. Added the previous parameters to the script
2021-04-29frr: T3217: Ability to save routing configssever-sever
2020-11-28op-mode: T3091: Add option tag for blackhole static routessever-sever
2020-04-23vrf: T2369: support leaking interface-route from default VRFChristian Poessinger
2020-03-30vrf: T2170: IPv6 route-leaking requires a next-hop interfaceChristian Poessinger
... in the destination VRF, else routes won't get added into table.
2020-03-29vrf: T2170: support leaking from default table into vrfChristian Poessinger
2020-03-09Use better help text for next-hop-interfaceChristian Poessinger
2020-03-06ipv6: route6: tabs and spacesChristian Poessinger
2020-03-06static: start help test with uppercase letterChristian Poessinger
2019-07-05T1499: Allow for usage of systemd interface mappingsRunar Borge
2019-05-14[frr-static] T1267 - Add interface name for static routeshagbard
- interface for route table
2019-05-13[frr-static] T1267 - Add interface name for static routeshagbard
2019-03-20[frr] T1267 - route deletion with next-hop-interface fixedhagbard
2019-03-13[frr] T1267: Add interface name for static routeshagbard
2019-03-11[arp] T1288 - 'protocols static arp' moved into vyos-1xhagbard
2018-11-13T1006: replace all occurences of check_prefix_boundary with ipaddrcheck.Daniil Baturin
2018-08-25T795: fix blackhole routes for FRR that only accepts Null0, not null0Daniil 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>
2016-08-17protocol/static: Allow to configure a route-map to apply to local routesSylvain Munaut
Phabricator's T132 Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
2016-02-09Use dhcp instead of dhcp3.Kim Hagen
2015-11-09avoid routing thru 127.0.0.1Carl Byington
Signed-off-by: Alex Harpin <development@landsofshadow.co.uk>
2015-05-03allow dhcp-interface for the next-hop on static routesCarl Byington
Signed-off-by: Daniil Baturin <daniil@baturin.org>
2015-05-03allow dhcp-interface for the next-hop on static routesCarl Byington
Signed-off-by: Daniil Baturin <daniil@baturin.org>
2015-03-24Bug #521: save quagga daemon configs to /opt/vyatta/etc/quagga at commit time.Daniil Baturin
2014-11-21Add kludge to setup IPv6 routes for policy routing.William Steve Applegate
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.
2012-09-05reserve tables for future useRobert Bays
2012-09-03initial checkin for pbr functionalityRobert Bays
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-07-09Need full path to arp commandStephen Hemminger
If not using sudo, then need full path to arp.
2010-05-21No longer need sudo for arpStephen Hemminger
Have capability do that.
2010-03-17Bugfix 5458: Include interface name, if present, when deleting IPv6 routes.Bob Gilligan
When deleting an IPv6 static route from Quagga, we have to specify the route precisely the same way it was originally configured. If the route includes an outgoing interface, it must be specified. If the route does not include an outgoing interface, one must not be specified.
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.
2010-01-15Bugfix 5221: Allow outgoing interface to be specified for IPv6 static route.Bob Gilligan
When configuring an IPv6 static route where the next-hop is a link-local address, the outgoing interface must be specified. This change adds a new parameter named "interface" under the IPv6 static route config parameter sub-tree.
2009-11-30added required keyword to help text.Michael Larson
2009-11-07arp command for statics needs to be run under sudoDavid S. Madole
2009-10-20pushed priority to node.def'sslioch
2009-08-12add support for disabling ipv6 and ipv6 static routes in configMohit Mehta