| Commit message (Expand) | Author | Files | Lines |
2019-05-14 | zebra: send nexthop blackhole information in FPM | Rafael Zalamena | 1 | -1/+0 |
2019-05-14 | lib: Add const to openbsd-tree functions | Stephen Worley | 2 | -31/+35 |
2019-05-14 | zebra: Share route type checking macros | Stephen Worley | 2 | -5/+6 |
2019-05-13 | lib: fix crash in the CLI grammar sandbox | Renato Westphal | 1 | -0/+2 |
2019-05-13 | zebra: Make RIB_SYSTEM|KERNEL_ROUTE a property of rib.h | Donald Sharp | 2 | -6/+5 |
2019-05-13 | doc: fix ospf6d router-id cmd | Emanuele Di Pascale | 1 | -2/+2 |
2019-05-11 | bgpd: evpn json cli bug fix | Lakshman Krishnamoorthy | 1 | -23/+23 |
2019-05-11 | zebra: ctx is dereferenced in every path | Donald Sharp | 85 | -1653/+584 |
2019-05-11 | bgpd: Remove unnecessary trailing tab | Donatas Abraitis | 1 | -1/+1 |
2019-05-11 | git: Ignore Visual Studio Code settings | Donatas Abraitis | 1 | -0/+1 |
2019-05-11 | zebra: Switch to using monotime(NULL) for re->uptime | Donald Sharp | 82 | -1650/+584 |
2019-05-11 | doc: Provide info on what pkg to install if mpls-router module is missing | nikos | 2 | -0/+13 |
2019-05-11 | bgpd, lib, ospf6d, ospfd, pimd, zebra: Rework routemap event callback | Donald Sharp | 8 | -51/+23 |
2019-05-11 | lib: in routemap.c if using a switch for an enum get rid of enum | Donald Sharp | 1 | -3/+21 |
2019-05-10 | bgpd: BGP debug for route-map apply | Ameya Dharkar | 1 | -0/+4 |
2019-05-10 | bgpd: IPv6 session flapping with MP_REACH_NLRI and 0.0.0.0 in NEXT_HOP attribute | nikos | 3 | -15/+41 |
2019-05-10 | doc: add doc for zebra dplane cli | Mark Stapp | 1 | -0/+34 |
2019-05-10 | zebra: unset sticky mac upon local deletion | Chirag Shah | 1 | -7/+9 |
2019-05-10 | build: fix Lua build | Quentin Young | 8 | -13/+682 |
2019-05-10 | bgpd: Move inbound policy check outside bgp_input_modifier() | Donatas Abraitis | 1 | -14/+16 |
2019-05-10 | topotests: Add test to check if eBGP required policy works | Donatas Abraitis | 10 | -0/+165 |
2019-05-10 | isisd: Don't set subtlv structure if we didn't unpack any subtlvs | Christian Franke | 2 | -8/+22 |
2019-05-09 | .gitignore: ignore .ccls-cache | Quentin Young | 1 | -0/+1 |
2019-05-09 | Pimd : S,G Mroute entries are not expiring even after KAT expiry, | rgirada | 1 | -2/+10 |
2019-05-09 | lib, bgpd: Disallow processing of duplicate config. | Naveen Thanikachalam | 2 | -1/+25 |
2019-05-09 | lib : Child rmap not sending an update to parent rmap,if there is an update i... | vishaldhingra | 1 | -0/+2 |
2019-05-08 | doc: add doc for bgp maximum-prefix knob | Quentin Young | 1 | -8/+12 |
2019-05-08 | topotests: ifindex values are not guaranteed to be the same | Donald Sharp | 127 | -2820/+750 |
2019-05-08 | bgpd: Evpn json cli output missing | Lakshman Krishnamoorthy | 1 | -57/+69 |
2019-05-08 | tools: add lints for unsafe functions | Quentin Young | 1 | -0/+29 |
2019-05-08 | configure: Update to newer versionfrr-7.2-dev | Donald Sharp | 1 | -1/+1 |
2019-05-08 | bgpd : lcommlist not shows the standard and expanded conf. correctly. | vishaldhingra | 1 | -2/+4 |
2019-05-08 | doc: Modify documentation to reflect new configure changes | Dinesh Dutt | 2 | -3/+3 |
2019-05-08 | lib, vtysh: Make archaic "terminal" optional in configure command | Dinesh Dutt | 2 | -6/+6 |
2019-05-07 | lib: remove str_replace function | Quentin Young | 1 | -32/+19 |
2019-05-07 | bgpd: fix rpki module build without ssh support | Marcel Röthke | 1 | -0/+2 |
2019-05-07 | bgpd: add missing newline to a warning message in the rpki module | Marcel Röthke | 1 | -1/+1 |
2019-05-07 | bfd: add bfdd_privs to the bglobal structure | Philippe Guibert | 3 | -28/+31 |
2019-05-07 | doc: change bfd show commands with vrfname keyword | Philippe Guibert | 1 | -4/+4 |
2019-05-07 | bfdd: show bfd [vrf NAME] peer command change | Philippe Guibert | 1 | -6/+5 |
2019-05-07 | bfdd: add show bfd [vrf NAME] counters command | Philippe Guibert | 1 | -7/+41 |
2019-05-07 | bfdd: add show bfd [vrf NAME] peers command | Philippe Guibert | 1 | -8/+48 |
2019-05-07 | bfdd: avoid creating duplicate peer contexts | Philippe Guibert | 1 | -7/+80 |
2019-05-07 | doc: update bfd documentation | Philippe Guibert | 1 | -2/+6 |
2019-05-07 | bfd-vrf_topo1: add bfd test on a vrf netns | Philippe Guibert | 28 | -0/+745 |
2019-05-07 | bfdd: do not insert obs entry in the list, once disabled | Philippe Guibert | 1 | -1/+0 |
2019-05-07 | bfdd: check bfd on upon interface presence from separate vrf | Philippe Guibert | 1 | -2/+8 |
2019-05-07 | bfdd: upon vrf enable/disable, update bs and obs list | Philippe Guibert | 3 | -2/+54 |
2019-05-07 | bgp, ospfd, ospf6d, pimd, lib, isisd: add bfd_client_sendmsg vrf_id | Philippe Guibert | 11 | -16/+17 |
2019-05-07 | bfdd: register to interfaces from other vrfs | Philippe Guibert | 3 | -0/+23 |