summaryrefslogtreecommitdiff
path: root/templates
AgeCommit message (Collapse)Author
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-10-22Merge pull request #10 from smunaut/T132Daniil Baturin
T132 Allow route-map to set "src"
2016-10-22Merge pull request #9 from mickvav/currentDaniil Baturin
Initial commit on T64. (Bgp extcommunity list)
2016-09-13T70: Prefix lists, allow le==ge allows ge to be emptyKim Hagen
2016-09-01protocol/static: Tweak priorities to make route-map on static route workSylvain Munaut
Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
2016-09-01T70: Prefix lists, allow le==geKim Hagen
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-08-17policy/route-map: Allow action 'set src'Sylvain Munaut
Phabricator's T132 Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
2016-05-10Initial commit on T64. (Bgp extcommunity list)Mihail Vasilev
2016-04-25Fix.Mihail Vasilev
2016-04-20Reengeneered.Mihail Vasilev
2016-04-19Fix.Mihail Vasilev
2016-04-14Q26. Added filter on locally installed routes.Mihail Vasilev
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
2015-01-25vyatta-cfg-quagga: remove unused / old configuration nodesAlex Harpin
Remove unused / old configuration nodes from bgp and ospfv3 Bug #459 http://bugzilla.vyos.net/show_bug.cgi?id=459
2014-11-21Add kludge to setup IPv6 routes for policy routing.William Steve Applegate
Signed-off-by: Daniil Baturin <daniil@baturin.org>
2014-11-06Bug #384: Add route-map support for 'as-path exclude'Kevin Blackham
2014-07-01Bug #102: add completion for as-path-list in route-map rule.Daniil Baturin
2014-05-13Bug #186 - RIP passive-interface "default" missing from config templateKim Hagen
2014-03-31Tiny typo in tab completion.Simon Vigneux
``` vyatta@r1-part# set policy access-list 10 rule <tab><tab> Possible completions: > <1-65535>> Access-list rule number > 10 ``` **Should look like access-list6 tab completion:** ``` vyatta@r1-part# set policy access-list6 test rule <tab><tab> Possible completions: > <1-65535> Access-list6 rule number ```
2014-01-23Clean up extra quote in quagga "ospf distance global"Patrick van Staveren
help command.
2013-06-09fix bug 8988Robert Bays
2012-12-13Bugfix 8501: fix ordering problems in IPv6 peer-groupsJohn Southworth
2012-10-06Merge branch 'pacifica' of git.vyatta.com:/git/vyatta-cfg-quagga into pacificasusheela
2012-10-06BGP neighbor local-as functionality: verified that works as intended and ↵susheela
7791 fixed.
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-12Merge branch 'pacifica' of git.vyatta.com:/git/vyatta-cfg-quagga into pacificasusheela
2012-09-12Config commands for bGP multipaths.susheela
2012-09-05reserve tables for future useRobert Bays
2012-09-03move policy priority tag to each policy typeRobert 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-12-19Bug 7582: Errors on generating allowed values under an edit level for ↵Robert Bays
protocols bgp <> neighbor <> peer-group fix ipv6 peer-group template to use variable reference rather than compwords
2011-12-19Bug 7582: Errors on generating allowed values under an edit level for ↵Robert Bays
protocols bgp <> neighbor <> peer-group peer-group teplate: change compwords to variable reference
2011-09-29bgp: Bug 6033 - There is no auto completion for "bgp <> neighbor <> peer-group"Robert Bays
2011-08-11Bugfix 7077: Add support for IPv6 nexthops in route mapsBob Gilligan
From patch written by: daniil.baturin@vyatta.com (cherry picked from commit 9e58fc07244553bd711c2d7a9b9b5c64ffeb550d)
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
2011-06-07remove peer-group checks from node.defs. this functionality has been moved ↵Robert Bays
into vyatta-bgp.pl.
2011-06-06remove debug nodeRobert Bays
2011-06-06Bug 7121 - IPv6 peer-groups not workingRobert Bays
2011-05-25alternative fix for bug 6069An-Cheng Huang
2011-05-04changes for new commitnapa-devAn-Cheng Huang
2011-01-04Fixed a typo in prefix-list6 completionDaniil Baturin