summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* lib: Impelement the `*_del` list API.Stephen Worley2019-07-315-24/+46
* Merge pull request #4756 from vincentbernat/fix/doc-aspathDonald Sharp2019-07-311-2/+2
|\
| * doc: fix "match as-path" documentationVincent Bernat2019-07-311-2/+2
|/
* Merge pull request #4671 from abrahambinu83/pim_endiannessRuss White2019-07-301-1/+18
|\
| * pimd: handle endianness in pim header structureBinu Abraham2019-07-101-1/+18
* | Merge pull request #4650 from pguibert6WIND/show_ip_route_table_allRuss White2019-07-302-6/+55
|\ \
| * | doc: add information about 'show ip route [vrf VRF] tables commandPhilippe Guibert2019-07-101-0/+6
| * | zebra: show ip route all command displays all tables from all vrfsPhilippe Guibert2019-07-091-4/+3
| * | zebra: display the table identifier along with table and entriesPhilippe Guibert2019-07-091-9/+14
| * | zebra: add show ip route all command to dump all unicast tablesPhilippe Guibert2019-07-091-0/+39
* | | Merge pull request #4750 from dslicenc/bgp-remove-replace-asRuss White2019-07-303-18/+16
|\ \ \
| * | | bgpd: stop removing and replacing private asn if it matches the peerDon Slice2019-07-293-18/+16
* | | | Merge pull request #4746 from donaldsharp/zebra_rib_improvementsRuss White2019-07-3018-141/+49
|\ \ \ \
| * | | | zebra, tests: Remove ROUTE_ENTRY_NEXTHOPS_CHANGEDDonald Sharp2019-07-2915-46/+36
| * | | | zebra: Remove repeated enqueueing of system routes for rethinkingDonald Sharp2019-07-294-95/+0
| * | | | zebra: Fix route replace v4 semantics with new system routeDonald Sharp2019-07-291-0/+13
* | | | | Merge pull request #4732 from qlyoung/ercode-oncecRuss White2019-07-305-13/+36
|\ \ \ \ \
| * | | | | vtysh: style nits for error code cli handlerQuentin Young2019-07-291-0/+2
| * | | | | vtysh: only show error codes onceQuentin Young2019-07-295-13/+34
* | | | | | Merge pull request #4721 from dslicenc/bgpd-fix-nexthopRuss White2019-07-301-8/+11
|\ \ \ \ \ \
| * | | | | | bgpd: encode implicit next-hop-self in some vrf route leaking scenariosDon Slice2019-07-231-8/+11
* | | | | | | Merge pull request #4649 from ton31337/feature/access-list_sequenceRuss White2019-07-301-291/+1082
|\ \ \ \ \ \ \
| * | | | | | | filter: Introduce sequence number for access-listDonatas Abraitis2019-07-081-291/+1082
* | | | | | | | Merge pull request #4582 from donaldsharp/do_not_warnRuss White2019-07-301-6/+0
|\ \ \ \ \ \ \ \
| * | | | | | | | bgpd: Do not display to end user not found afi/safi'sDonald Sharp2019-06-201-6/+0
* | | | | | | | | Merge pull request #4698 from opensourcerouting/frr-reload-fix-misc-cmdsDonald Sharp2019-07-301-0/+2
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | frr-reload.py: fix reload with different settingsRafael Zalamena2019-07-231-0/+2
* | | | | | | | | | Merge pull request #4560 from lkrishnamoor/filter_vni_changes_junDonald Sharp2019-07-3018-469/+553
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | bgpd: Route-map VNI in-filter filters out all the routes for EVPNLakshman Krishnamoorthy2019-07-222-11/+44
| * | | | | | | | | | lib: Introducing a 3rd state for route-map match cmd: RMAP_NOOPLakshman Krishnamoorthy2019-07-2218-458/+509
* | | | | | | | | | | Merge pull request #4751 from qlyoung/fix-vrrp-iface-del-badfixMark Stapp2019-07-301-2/+2
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / / |/| | | | | | | | | |
| * | | | | | | | | | vrrpd: set interface ifindex to internal upon interface deletionQuentin Young2019-07-291-2/+2
|/ / / / / / / / / /
* | | | | | | | | | Merge pull request #4728 from ton31337/fix/next-hop-self_force_alias_for_ipv6Quentin Young2019-07-291-0/+24
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / |/| | | | | | | | |
| * | | | | | | | | bgpd: Add hidden `next-hop-self all` for all address familiesDonatas Abraitis2019-07-251-0/+24
* | | | | | | | | | Merge pull request #4736 from dslicenc/zebra-skip-queued-entryMark Stapp2019-07-292-0/+10
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | zebra: skip queued entries when resolving nexthopDon Slice2019-07-262-0/+10
* | | | | | | | | | | Merge pull request #4740 from opensourcerouting/omgwtfbbqDonald Sharp2019-07-294-25/+52
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / / |/| | | | | | | | | |
| * | | | | | | | | | lib: fix prefix_copy() for clang-SADavid Lamparter2019-07-292-0/+12
| * | | | | | | | | | lib: fix misplaced brace in typesafe listsDavid Lamparter2019-07-281-3/+3
| * | | | | | | | | | lib: use some more transparent unions for prefixesDavid Lamparter2019-07-282-6/+14
| * | | | | | | | | | lib: fix prefix_cmp() return valuesDavid Lamparter2019-07-282-16/+23
| |/ / / / / / / / /
* | | | | | | | | | Merge pull request #4729 from idryzhov/masterDonald Sharp2019-07-291-1/+1
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | vtysh: send vtysh_quit_nexthop_group to pbrd and sharpdIgor Ryzhov2019-07-251-1/+1
* | | | | | | | | | | Merge pull request #4737 from opensourcerouting/bgp-path-attr-fixDonald Sharp2019-07-291-5/+2
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | topotest: fix bgp-path-attributes-topologyRafael Zalamena2019-07-261-5/+2
| | |/ / / / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge pull request #4735 from dslicenc/bgp-clear-interfaceDonatas Abraitis2019-07-291-0/+3
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | bgpd: solve invalid error message when clearing interface peerDon Slice2019-07-261-0/+3
|/ / / / / / / / / /
* | | | | | | | | | Merge pull request #4730 from idryzhov/fixQuentin Young2019-07-252-26/+24
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | lib: fix missing M:A:C to X:X:X:X:X:X changesIgor Ryzhov2019-07-252-26/+24
| |/ / / / / / / / /
* | | | | | | | | | Merge pull request #4691 from donaldsharp/pim_upstream_refJafar Al-Gharaibeh2019-07-248-102/+103
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | |