summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-11-25T1034: fix the ipv4-unicast redistribute ospf command.Daniil Baturin
Turns our the code is sensitive to extra spaces.
2018-11-25T981: disallow decimal area notation in OSPFv3 since neither FRR no Quagga ↵Daniil Baturin
support it.
2018-11-18T799: remove a workaround for FRR#3215, it's not possible to delete a ↵Daniil Baturin
community-list at once The problem still exists for extcommunity-lists.
2018-11-18T941: add "interface" option to enable using IPv6 link-local peer addresses.Daniil Baturin
2018-11-13T1006: set the architecture to 'all' since this package has no ↵Daniil Baturin
architecture-dependent files anymore.
2018-11-13T1006: replace all occurences of check_prefix_boundary with ipaddrcheck.Daniil Baturin
2018-11-13T1006: replace check_prefix_boundary with ipaddrcheck.Daniil Baturin
2018-11-12T991: fix the as-path-exclude removal command.Daniil Baturin
2018-11-11T964: update commands for community lists.Daniil Baturin
2018-11-11T968: correct the hash for the IPv4 prefix-list commands.Daniil Baturin
2018-11-09T982: move IPv4-specific soft-reconfiguration option to "address-family ↵Daniil Baturin
ipv4-unicast" and fix the vtysh commands.
2018-11-05T924: fix the peer-group route-map import command.Daniil Baturin
2018-10-28T944: ensure correct ordering of BGP option deletion to prevent route leaks.Daniil Baturin
2018-10-21T64: fix and revamp the broken extcommunity-list commands.Daniil Baturin
2018-10-21T799: workaround for FRR being unable to delete entire community lists.Daniil Baturin
2018-10-21T890: fix the priority of the interface "ip <protocol>" subtree.Daniil Baturin
Without explicit priority setting (priority inversion, let's be honest) configs will fail to load because the system will attempt to change settings for a non-existent interface.
2018-10-15T143: add CLI for setting large communities.Daniil Baturin
2018-10-14T143: add CLI for BGP large communities.Daniil Baturin
2018-10-14T897: check the value of the "set ipv6-next-hop local" option at set time.Daniil Baturin
2018-10-14T800: correct "no set ipv6-nexthop global" command syntax for FRR.Daniil Baturin
2018-10-09Update FRR version dependency for T882.Daniil Baturin
2018-09-25Merge branch 'current' of github.com:vyos/vyatta-cfg-quagga into currentDaniil Baturin
2018-09-25T849: fix remove-private AS iBGP vs eBGP check.Daniil Baturin
2018-09-21Merge pull request #21 from omamenko/currentChristian Poessinger
T856 OSPF area-type NSSA
2018-09-20T856 OSPF area-type NSSAOleksandr Mamenko
2018-09-18Merge branch 'current' of github.com:vyos/vyatta-cfg-quagga into currentDaniil Baturin
2018-09-18T849: move IPv4-specific BGP options to "address-family ipv4-unicast".Daniil Baturin
2018-09-18Merge pull request #20 from omamenko/currentDaniil Baturin
T851: add an option for OSPFv3 administrative distance
2018-09-18T851: add an option for OSPFv3 administrative distance fixOleksandr Mamenko
2018-09-18T851: add an option for OSPFv3 administrative distanceOleksandr Mamenko
2018-08-25Merge branch 'current' of https://github.com/vyos/vyatta-cfg-quagga into currentDaniil Baturin
Conflicts: debian/control
2018-08-25T441: replace the vyatta-quagga dependency with FRR.Daniil Baturin
2018-08-25T795: fix blackhole routes for FRR that only accepts Null0, not null0Daniil Baturin
2018-08-24Merge branch 'current' of https://github.com/vyos/vyatta-cfg-quagga into currentDaniil Baturin
2018-08-24T441: add FRR as an alternative dependency.Daniil Baturin
2018-08-23Merge pull request #19 from wornet-mwo/currentDaniil Baturin
Added IPv4 in description to distinct from IPv6 BGP configuration.
2018-08-23Added IPv4 in description to distinct from IPv6 BGP configuration.Michael Wodniok
2018-05-30T667: remove the system gateway-address command.lithiumDaniil Baturin
2018-02-16T545: Merge pull request #17 from nicko170/currentDaniil Baturin
Fixing IPv6 next-hop in route-map
2018-02-15Fixing IPv6 next-hop for route-mapNick Pratley
2018-02-15Fixing ipv6 next-hop in route-mapNick Pratley
2017-10-13T87: make non-assigned update-source address a warning rather than an error.Daniil Baturin
Making it an error prevents configuration from loading, which has adverse interaction with non-permanent interfaces such as certain VPN tunnels that may not immediately go up. A dead BGP session is lesser of two evils compared to incomplete configuration.
2017-10-05Merge pull request #13 from elizandropacheco/currentDaniil Baturin
ExtCommunities for Border Gateway Protocol
2017-10-05Merge pull request #16 from pmoust/expose-as-overried-in-bgpd-in-vyosDaniil Baturin
Expose as-override option in bgpd in vyos
2017-09-22Expose as-override option in bgpd in vyosLogan Attwood
2017-09-08Merge pull request #15 from c-po/t345-delete-vtiDaniil Baturin
T345 Fix VTI interface deletion
2017-08-30Revert "vyatta-cfg-quagga: set source-validation node priority after interface"Christian Poessinger
This reverts commit 630f34e9f343862bcf3245a9367666f973beeb36.
2017-08-30Probe for interface existanceChristian Poessinger
This fixes T345. Most of the "interface" command nodes probe if the actual interface exists before applying any setting to it.
2017-05-18Merge pull request #14 from DaKnOb/fix-typoKim
Fix Route Metric Typo
2017-05-18Fix Route Metric TypoDaKnOb