Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | lib: Impelement the `*_del` list API. | Stephen Worley | 2019-07-31 | 5 | -24/+46 |
* | Merge pull request #4756 from vincentbernat/fix/doc-aspath | Donald Sharp | 2019-07-31 | 1 | -2/+2 |
|\ | |||||
| * | doc: fix "match as-path" documentation | Vincent Bernat | 2019-07-31 | 1 | -2/+2 |
|/ | |||||
* | Merge pull request #4671 from abrahambinu83/pim_endianness | Russ White | 2019-07-30 | 1 | -1/+18 |
|\ | |||||
| * | pimd: handle endianness in pim header structure | Binu Abraham | 2019-07-10 | 1 | -1/+18 |
* | | Merge pull request #4650 from pguibert6WIND/show_ip_route_table_all | Russ White | 2019-07-30 | 2 | -6/+55 |
|\ \ | |||||
| * | | doc: add information about 'show ip route [vrf VRF] tables command | Philippe Guibert | 2019-07-10 | 1 | -0/+6 |
| * | | zebra: show ip route all command displays all tables from all vrfs | Philippe Guibert | 2019-07-09 | 1 | -4/+3 |
| * | | zebra: display the table identifier along with table and entries | Philippe Guibert | 2019-07-09 | 1 | -9/+14 |
| * | | zebra: add show ip route all command to dump all unicast tables | Philippe Guibert | 2019-07-09 | 1 | -0/+39 |
* | | | Merge pull request #4750 from dslicenc/bgp-remove-replace-as | Russ White | 2019-07-30 | 3 | -18/+16 |
|\ \ \ | |||||
| * | | | bgpd: stop removing and replacing private asn if it matches the peer | Don Slice | 2019-07-29 | 3 | -18/+16 |
* | | | | Merge pull request #4746 from donaldsharp/zebra_rib_improvements | Russ White | 2019-07-30 | 18 | -141/+49 |
|\ \ \ \ | |||||
| * | | | | zebra, tests: Remove ROUTE_ENTRY_NEXTHOPS_CHANGED | Donald Sharp | 2019-07-29 | 15 | -46/+36 |
| * | | | | zebra: Remove repeated enqueueing of system routes for rethinking | Donald Sharp | 2019-07-29 | 4 | -95/+0 |
| * | | | | zebra: Fix route replace v4 semantics with new system route | Donald Sharp | 2019-07-29 | 1 | -0/+13 |
* | | | | | Merge pull request #4732 from qlyoung/ercode-oncec | Russ White | 2019-07-30 | 5 | -13/+36 |
|\ \ \ \ \ | |||||
| * | | | | | vtysh: style nits for error code cli handler | Quentin Young | 2019-07-29 | 1 | -0/+2 |
| * | | | | | vtysh: only show error codes once | Quentin Young | 2019-07-29 | 5 | -13/+34 |
* | | | | | | Merge pull request #4721 from dslicenc/bgpd-fix-nexthop | Russ White | 2019-07-30 | 1 | -8/+11 |
|\ \ \ \ \ \ | |||||
| * | | | | | | bgpd: encode implicit next-hop-self in some vrf route leaking scenarios | Don Slice | 2019-07-23 | 1 | -8/+11 |
* | | | | | | | Merge pull request #4649 from ton31337/feature/access-list_sequence | Russ White | 2019-07-30 | 1 | -291/+1082 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | filter: Introduce sequence number for access-list | Donatas Abraitis | 2019-07-08 | 1 | -291/+1082 |
* | | | | | | | | Merge pull request #4582 from donaldsharp/do_not_warn | Russ White | 2019-07-30 | 1 | -6/+0 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | bgpd: Do not display to end user not found afi/safi's | Donald Sharp | 2019-06-20 | 1 | -6/+0 |
* | | | | | | | | | Merge pull request #4698 from opensourcerouting/frr-reload-fix-misc-cmds | Donald Sharp | 2019-07-30 | 1 | -0/+2 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | frr-reload.py: fix reload with different settings | Rafael Zalamena | 2019-07-23 | 1 | -0/+2 |
* | | | | | | | | | | Merge pull request #4560 from lkrishnamoor/filter_vni_changes_jun | Donald Sharp | 2019-07-30 | 18 | -469/+553 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | bgpd: Route-map VNI in-filter filters out all the routes for EVPN | Lakshman Krishnamoorthy | 2019-07-22 | 2 | -11/+44 |
| * | | | | | | | | | | lib: Introducing a 3rd state for route-map match cmd: RMAP_NOOP | Lakshman Krishnamoorthy | 2019-07-22 | 18 | -458/+509 |
* | | | | | | | | | | | Merge pull request #4751 from qlyoung/fix-vrrp-iface-del-badfix | Mark Stapp | 2019-07-30 | 1 | -2/+2 |
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / / |/| | | | | | | | | | | |||||
| * | | | | | | | | | | vrrpd: set interface ifindex to internal upon interface deletion | Quentin Young | 2019-07-29 | 1 | -2/+2 |
|/ / / / / / / / / / | |||||
* | | | | | | | | | | Merge pull request #4728 from ton31337/fix/next-hop-self_force_alias_for_ipv6 | Quentin Young | 2019-07-29 | 1 | -0/+24 |
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / |/| | | | | | | | | | |||||
| * | | | | | | | | | bgpd: Add hidden `next-hop-self all` for all address families | Donatas Abraitis | 2019-07-25 | 1 | -0/+24 |
* | | | | | | | | | | Merge pull request #4736 from dslicenc/zebra-skip-queued-entry | Mark Stapp | 2019-07-29 | 2 | -0/+10 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | zebra: skip queued entries when resolving nexthop | Don Slice | 2019-07-26 | 2 | -0/+10 |
* | | | | | | | | | | | Merge pull request #4740 from opensourcerouting/omgwtfbbq | Donald Sharp | 2019-07-29 | 4 | -25/+52 |
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / / |/| | | | | | | | | | | |||||
| * | | | | | | | | | | lib: fix prefix_copy() for clang-SA | David Lamparter | 2019-07-29 | 2 | -0/+12 |
| * | | | | | | | | | | lib: fix misplaced brace in typesafe lists | David Lamparter | 2019-07-28 | 1 | -3/+3 |
| * | | | | | | | | | | lib: use some more transparent unions for prefixes | David Lamparter | 2019-07-28 | 2 | -6/+14 |
| * | | | | | | | | | | lib: fix prefix_cmp() return values | David Lamparter | 2019-07-28 | 2 | -16/+23 |
| |/ / / / / / / / / | |||||
* | | | | | | | | | | Merge pull request #4729 from idryzhov/master | Donald Sharp | 2019-07-29 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | vtysh: send vtysh_quit_nexthop_group to pbrd and sharpd | Igor Ryzhov | 2019-07-25 | 1 | -1/+1 |
* | | | | | | | | | | | Merge pull request #4737 from opensourcerouting/bgp-path-attr-fix | Donald Sharp | 2019-07-29 | 1 | -5/+2 |
|\ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | topotest: fix bgp-path-attributes-topology | Rafael Zalamena | 2019-07-26 | 1 | -5/+2 |
| | |/ / / / / / / / / | |/| | | | | | | | | | |||||
* | | | | | | | | | | | Merge pull request #4735 from dslicenc/bgp-clear-interface | Donatas Abraitis | 2019-07-29 | 1 | -0/+3 |
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | | | |||||
| * | | | | | | | | | | bgpd: solve invalid error message when clearing interface peer | Don Slice | 2019-07-26 | 1 | -0/+3 |
|/ / / / / / / / / / | |||||
* | | | | | | | | | | Merge pull request #4730 from idryzhov/fix | Quentin Young | 2019-07-25 | 2 | -26/+24 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | lib: fix missing M:A:C to X:X:X:X:X:X changes | Igor Ryzhov | 2019-07-25 | 2 | -26/+24 |
| |/ / / / / / / / / | |||||
* | | | | | | | | | | Merge pull request #4691 from donaldsharp/pim_upstream_ref | Jafar Al-Gharaibeh | 2019-07-24 | 8 | -102/+103 |
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | | |