| Commit message (Expand) | Author | Age | Files | Lines |
* | bgpd: Implement options for link bandwidth handling | vivek | 2020-03-31 | 1 | -0/+3 |
* | bgpd: Rework code to use `const struct prefix` | Donald Sharp | 2020-03-24 | 1 | -2/+3 |
* | bgpd: Add some `const struct prefix` for a couple more functions | Donald Sharp | 2020-03-23 | 1 | -1/+1 |
* | bgpd: Convert lots of int type functions to bool/void | Donatas Abraitis | 2020-03-21 | 1 | -4/+4 |
* | bgpd, lib: fix style from BGP GR code | Quentin Young | 2020-02-04 | 1 | -2/+1 |
* | bgpd: BGP Garaceful Restart debug logs. | bisdhdh | 2020-01-23 | 1 | -1/+0 |
* | bgpd: Adding header files for BGPD-ZEBRA integration for GR. | bisdhdh | 2020-01-23 | 1 | -2/+6 |
* | bgpd: move config-write to bgp_vty.c | David Lamparter | 2019-12-06 | 1 | -4/+0 |
* | bgpd: move bgp_update_redist_vrf_bitmaps to bgp_zebra.c for wider use beyond ... | Don Slice | 2019-03-14 | 1 | -0/+1 |
* | bgpd: advertise svi ip as macip zebra parse api | Chirag Shah | 2019-02-07 | 1 | -0/+2 |
* | bgpd: ip rule zebra layer adapted to handle both cases | Philippe Guibert | 2019-01-29 | 1 | -1/+3 |
* | bgpd: dup addr detect config cli | Chirag Shah | 2018-11-18 | 1 | -0/+1 |
* | Merge pull request #3024 from ton31337/fix/validate_route-map | Russ White | 2018-10-14 | 1 | -1/+2 |
|\ |
|
| * | bgpd: Check if route-map really exists before applying to the peer | Donatas Abraitis | 2018-10-11 | 1 | -1/+2 |
* | | bgpd: Add '[no] flood <disable|head-end-replication>' | Donald Sharp | 2018-10-12 | 1 | -0/+2 |
* | | bgpd: Convert `struct bgp_info` to `struct bgp_path_info` | Donald Sharp | 2018-10-09 | 1 | -4/+5 |
|/ |
|
* | bgpd, doc, ldpd, lib, tests, zebra: LM fixes | paco | 2018-09-18 | 1 | -1/+2 |
* | bgpd: Prevent possible crash when parsing v6 attributes | Donald Sharp | 2018-09-12 | 1 | -0/+3 |
* | bgpd : Change of options in redistribute command does not get applied | kssoman | 2018-08-22 | 1 | -1/+2 |
* | bgpd: do not install BGP FS entries, while table range not obtained | Philippe Guibert | 2018-05-25 | 1 | -1/+2 |
* | bgpd: get table identifier from table manager | Philippe Guibert | 2018-04-30 | 1 | -0/+1 |
* | bgpd: handle FS redirect IP rule in PBR | Philippe Guibert | 2018-04-30 | 1 | -0/+3 |
* | bgpd: handle configuration of iptables with zebra | Philippe Guibert | 2018-04-30 | 1 | -0/+3 |
* | bgpd: communication with zebra for ipset & iprule handling | Philippe Guibert | 2018-04-30 | 1 | -0/+10 |
* | bgpd: add API to allocate a range of table identifiers | Philippe Guibert | 2018-03-29 | 1 | -0/+3 |
* | *: use C99 standard fixed-width integer types | Quentin Young | 2018-03-27 | 1 | -8/+9 |
* | bgpd: Use BGP instance to derive the VRF for route uninstall | vivek | 2018-03-21 | 1 | -1/+2 |
* | bgpd: advertise VNI subnet | Mitesh Kanjariya | 2018-01-24 | 1 | -1/+2 |
* | bgpd: get rid of afi_header_vty_out() & co. | David Lamparter | 2017-08-29 | 1 | -4/+4 |
* | bgpd/zebra/lib: EVPN support for asymmetric VxLan routing | Mitesh Kanjariya | 2017-08-08 | 1 | -0/+3 |
* | *: reindentreindent-master-after | whitespace / reindent | 2017-07-17 | 1 | -34/+37 |
* | bgpd: Implement EVPN enable/disable | vivek | 2017-07-12 | 1 | -0/+2 |
* | bgpd: Make buffer sizes automatically the correct size | Donald Sharp | 2017-06-22 | 1 | -8/+0 |
* | *: make consistent & update GPLv2 file headers | David Lamparter | 2017-05-15 | 1 | -18/+18 |
* | bgpd: labeled unicast processing | Don Slice | 2017-04-06 | 1 | -2/+4 |
* | frr: Remove HAVE_IPV6 from code base | Donald Sharp | 2017-01-13 | 1 | -2/+0 |
* | bgp: ignore NHT when bgpd has never connected to zebra | Lou Berger | 2016-10-18 | 1 | -0/+2 |
* | *: use an ifindex_t type, defined in lib/if.h, for ifindex values | Paul Jakma | 2016-08-18 | 1 | -2/+2 |
* | bgpd: improve cleanup in bgp_delete() | Lou Berger | 2016-06-09 | 1 | -1/+2 |
* | BGP: Trigger IPv6 router advertisements upon config of unnumbered neighbor | vivek | 2016-05-02 | 1 | -0/+3 |
* | BGP: VRF registration and cleanup | vivek | 2016-02-12 | 1 | -1/+3 |
* | bgpd: Add the ability to use a VRF to bgp | Donald Sharp | 2016-02-02 | 1 | -5/+7 |
* | lib: zclient.c remove extern struct thread_master * | Donald Sharp | 2015-09-23 | 1 | -1/+1 |
* | Fix redistribute metric change not taking effect | Donald Sharp | 2015-07-31 | 1 | -1/+2 |
* | bgpd: bgpd-warnings.patch | Donald Sharp | 2015-05-20 | 1 | -2/+2 |
* | BGP: For sessions based on interface/LL addr, use ifindex to identify peer | Donald Sharp | 2015-05-20 | 1 | -2/+2 |
* | Per AFI redist registrations | Donald Sharp | 2015-05-20 | 1 | -1/+1 |
* | Multi-Instance OSPF Summary | Donald Sharp | 2015-05-20 | 1 | -5/+7 |
* | Make "no redistribute" always remove the redistribute statement | Donald Sharp | 2015-05-20 | 1 | -2/+0 |
* | bgpd: bgpd-event-driven-route-map-updates.patch | Donald Sharp | 2015-05-20 | 1 | -0/+1 |