Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-09-20 | T856 OSPF area-type NSSA | Oleksandr Mamenko | |
2018-09-18 | Merge branch 'current' of github.com:vyos/vyatta-cfg-quagga into current | Daniil Baturin | |
2018-09-18 | T849: move IPv4-specific BGP options to "address-family ipv4-unicast". | Daniil Baturin | |
2018-09-18 | T851: add an option for OSPFv3 administrative distance fix | Oleksandr Mamenko | |
2018-09-18 | T851: add an option for OSPFv3 administrative distance | Oleksandr Mamenko | |
2018-08-25 | Merge branch 'current' of https://github.com/vyos/vyatta-cfg-quagga into current | Daniil Baturin | |
Conflicts: debian/control | |||
2018-08-25 | T795: fix blackhole routes for FRR that only accepts Null0, not null0 | Daniil Baturin | |
2018-08-23 | Added IPv4 in description to distinct from IPv6 BGP configuration. | Michael Wodniok | |
2018-05-30 | T667: remove the system gateway-address command.lithium | Daniil Baturin | |
2018-02-15 | Fixing IPv6 next-hop for route-map | Nick Pratley | |
2018-02-15 | Fixing ipv6 next-hop in route-map | Nick Pratley | |
2017-10-05 | Merge pull request #13 from elizandropacheco/current | Daniil Baturin | |
ExtCommunities for Border Gateway Protocol | |||
2017-09-22 | Expose as-override option in bgpd in vyos | Logan Attwood | |
2017-05-18 | Fix Route Metric Typo | DaKnOb | |
2017-04-30 | T23: Unable to remove rule from prefix list | Kim Hagen | |
do not add config if command fails | |||
2017-04-04 | Add Border Gateway Protocol extommunities support on route-map parameter. | Elizandro Pacheco | |
2017-04-04 | Add Border Gateway Protocol extommunities support on route-map parameter. | Elizandro Pacheco | |
2016-12-21 | T194: fix protocols/static/route template | Daniil 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-22 | Merge pull request #10 from smunaut/T132 | Daniil Baturin | |
T132 Allow route-map to set "src" | |||
2016-10-22 | Merge pull request #9 from mickvav/current | Daniil Baturin | |
Initial commit on T64. (Bgp extcommunity list) | |||
2016-09-13 | T70: Prefix lists, allow le==ge allows ge to be empty | Kim Hagen | |
2016-09-01 | protocol/static: Tweak priorities to make route-map on static route work | Sylvain Munaut | |
Signed-off-by: Sylvain Munaut <tnt@246tNt.com> | |||
2016-09-01 | T70: Prefix lists, allow le==ge | Kim Hagen | |
2016-08-17 | protocol/static: Allow to configure a route-map to apply to local routes | Sylvain Munaut | |
Phabricator's T132 Signed-off-by: Sylvain Munaut <tnt@246tNt.com> | |||
2016-08-17 | policy/route-map: Allow action 'set src' | Sylvain Munaut | |
Phabricator's T132 Signed-off-by: Sylvain Munaut <tnt@246tNt.com> | |||
2016-05-10 | Initial commit on T64. (Bgp extcommunity list) | Mihail Vasilev | |
2016-04-25 | Fix. | Mihail Vasilev | |
2016-04-20 | Reengeneered. | Mihail Vasilev | |
2016-04-19 | Fix. | Mihail Vasilev | |
2016-04-14 | Q26. Added filter on locally installed routes. | Mihail Vasilev | |
2016-02-09 | Use dhcp instead of dhcp3. | Kim Hagen | |
2015-11-09 | avoid routing thru 127.0.0.1 | Carl Byington | |
Signed-off-by: Alex Harpin <development@landsofshadow.co.uk> | |||
2015-05-03 | allow dhcp-interface for the next-hop on static routes | Carl Byington | |
Signed-off-by: Daniil Baturin <daniil@baturin.org> | |||
2015-05-03 | allow dhcp-interface for the next-hop on static routes | Carl Byington | |
Signed-off-by: Daniil Baturin <daniil@baturin.org> | |||
2015-03-24 | Bug #521: save quagga daemon configs to /opt/vyatta/etc/quagga at commit time. | Daniil Baturin | |
2015-01-25 | vyatta-cfg-quagga: remove unused / old configuration nodes | Alex Harpin | |
Remove unused / old configuration nodes from bgp and ospfv3 Bug #459 http://bugzilla.vyos.net/show_bug.cgi?id=459 | |||
2014-11-21 | Add kludge to setup IPv6 routes for policy routing. | William Steve Applegate | |
Signed-off-by: Daniil Baturin <daniil@baturin.org> | |||
2014-11-06 | Bug #384: Add route-map support for 'as-path exclude' | Kevin Blackham | |
2014-07-01 | Bug #102: add completion for as-path-list in route-map rule. | Daniil Baturin | |
2014-05-13 | Bug #186 - RIP passive-interface "default" missing from config template | Kim Hagen | |
2014-03-31 | Tiny 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-23 | Clean up extra quote in quagga "ospf distance global" | Patrick van Staveren | |
help command. | |||
2013-06-09 | fix bug 8988 | Robert Bays | |
2012-12-13 | Bugfix 8501: fix ordering problems in IPv6 peer-groups | John Southworth | |
2012-10-06 | Merge branch 'pacifica' of git.vyatta.com:/git/vyatta-cfg-quagga into pacifica | susheela | |
2012-10-06 | BGP neighbor local-as functionality: verified that works as intended and ↵ | susheela | |
7791 fixed. | |||
2012-10-04 | Bug 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-12 | Merge branch 'pacifica' of git.vyatta.com:/git/vyatta-cfg-quagga into pacifica | susheela | |
2012-09-12 | Config commands for bGP multipaths. | susheela | |