| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #5785 from ton31337/fix/replace_gtsm_hops_to_readable_macros | Russ White | 2020-02-11 | 1 | -3/+4 |
|\ |
|
| * | bgpd: Use readable macros for peer->gtsm_hops instead of literals | Donatas Abraitis | 2020-02-10 | 1 | -3/+4 |
* | | bgpd: Replace bgp_flag_* to [UN]SET/CHECK_FLAG macros | Donatas Abraitis | 2020-02-06 | 1 | -1/+1 |
|/ |
|
* | *: Replace s_addr 0 => INADDR_ANY | Donatas Abraitis | 2020-02-06 | 1 | -3/+4 |
* | Merge pull request #5761 from qlyoung/fix-bgp-gr-cruft | Donatas Abraitis | 2020-02-06 | 1 | -6/+6 |
|\ |
|
| * | bgpd, lib: fix style from BGP GR code | Quentin Young | 2020-02-04 | 1 | -6/+6 |
* | | Merge pull request #5750 from qlyoung/fix-null-after-xfree | Renato Westphal | 2020-02-05 | 1 | -1/+0 |
|\ \
| |/
|/| |
|
| * | *: don't null after XFREE; XFREE does this itself | Quentin Young | 2020-02-03 | 1 | -1/+0 |
* | | lib: Adding GR capabilites encode and decode. | Santosh P K | 2020-01-30 | 1 | -37/+0 |
|/ |
|
* | bgpd: BGP Garaceful Restart debug logs. | bisdhdh | 2020-01-23 | 1 | -8/+3 |
* | bgpd: Adding helper function for BGPD-ZEBRA integration for GR. | bisdhdh | 2020-01-23 | 1 | -0/+160 |
* | bgpd: debug convert to snprintf | Chirag Shah | 2020-01-10 | 1 | -5/+5 |
* | bgpd: add rmac field in route_add debug | Chirag Shah | 2020-01-10 | 1 | -2/+10 |
* | Merge pull request #5332 from mjstapp/remove_zapi_label_flag | Donald Sharp | 2019-12-06 | 1 | -7/+4 |
|\ |
|
| * | *: revise zapi nexthop encoding | Mark Stapp | 2019-12-06 | 1 | -7/+4 |
* | | bgpd: remove bgp_attr_dup | Quentin Young | 2019-12-05 | 1 | -1/+1 |
|/ |
|
* | bgpd: Replace magic number 1 for TTL to BGP_DEFAULT_TTL | Donatas Abraitis | 2019-11-27 | 1 | -4/+7 |
* | bgpd: evpn pip parse vrr mac | Chirag Shah | 2019-11-22 | 1 | -7/+14 |
* | *: Convert connected_free to a double pointer | Donald Sharp | 2019-11-02 | 1 | -1/+1 |
* | bgpd: withdraw fib entry on appropriate table identifier | Philippe Guibert | 2019-10-10 | 1 | -0/+5 |
* | bgpd: ability to export prefixes entries to a kernel table identifier | Philippe Guibert | 2019-10-10 | 1 | -0/+5 |
* | bgpd: bgp pointer may be null | Donald Sharp | 2019-10-03 | 1 | -1/+1 |
* | *: Convert zapi->interface_delete to ifp callback | Donald Sharp | 2019-09-19 | 1 | -17/+3 |
* | *: Convert interface_down to interface down callback | Donald Sharp | 2019-09-19 | 1 | -16/+3 |
* | *: Convert from ->interface_up to the interface callback | Donald Sharp | 2019-09-19 | 1 | -17/+3 |
* | *: Switch all zclient->interface_add to interface create callback | Donald Sharp | 2019-09-19 | 1 | -24/+12 |
* | *: Add infrastructure to support zapi interface callbacks | Donald Sharp | 2019-09-19 | 1 | -0/+23 |
* | bgp, zebra, lib: add protocol support for iptables | Philippe Guibert | 2019-07-08 | 1 | -0/+1 |
* | Revert "Ospf missing interface handling 2" | Donald Sharp | 2019-06-24 | 1 | -9/+6 |
* | Merge pull request #3775 from pguibert6WIND/ospf_missing_interface_handling_2 | Donald Sharp | 2019-06-22 | 1 | -6/+9 |
|\ |
|
| * | *: change interface structure, from vrf_id to vrf | Philippe Guibert | 2019-06-12 | 1 | -1/+1 |
| * | lib, bgpd, ospfd, pimd, zebra, rip, ripng, bfd: change if_update_to_new_vrf()... | Philippe Guibert | 2019-06-12 | 1 | -1/+1 |
| * | *: change if_lookup_by_name() api with vrf | Philippe Guibert | 2019-06-12 | 1 | -5/+8 |
* | | bgpd: Set bgp default nexthop value of IPv6 | Faicker Mo | 2019-05-31 | 1 | -0/+1 |
|/ |
|
* | Merge pull request #4413 from donaldsharp/bgp_distance_comes_closer | Sri Mohana Singamsetty | 2019-05-30 | 1 | -0/+3 |
|\ |
|
| * | bgpd: Always send down correct admin distance | Donald Sharp | 2019-05-29 | 1 | -0/+3 |
* | | bgpd: fix debug to have proper nhop display | Chirag Shah | 2019-05-28 | 1 | -6/+20 |
|/ |
|
* | bgp, ospfd, ospf6d, pimd, lib, isisd: add bfd_client_sendmsg vrf_id | Philippe Guibert | 2019-05-07 | 1 | -1/+1 |
* | *: use ZAPI_CALLBACK_ARGS macro for zapi handlers | Quentin Young | 2019-05-03 | 1 | -67/+38 |
* | bgpd: maintain flood mcast group per-l2-vni | Anuradha Karuppiah | 2019-04-20 | 1 | -1/+3 |
* | Merge pull request #3762 from pguibert6WIND/do_not_alloc_lists_fs_by_def | Lou Berger | 2019-04-16 | 1 | -2/+3 |
|\ |
|
| * | bgpd: use listnode_add_force to force allocation of entries if needed | Philippe Guibert | 2019-03-29 | 1 | -6/+3 |
| * | bgpd: do not allocate lists on fs entries of bgp entries. | Philippe Guibert | 2019-03-28 | 1 | -0/+4 |
* | | Merge branch 'master' into evpn-session-vrf | Tuetuopay | 2019-03-28 | 1 | -9/+28 |
|\| |
|
| * | bgpd: fix redistribution into vrf when networking is restarted | Don Slice | 2019-03-14 | 1 | -7/+4 |
| * | bgpd: move bgp_update_redist_vrf_bitmaps to bgp_zebra.c for wider use beyond ... | Don Slice | 2019-03-14 | 1 | -0/+23 |
| * | Revert "bgpd: fix updating redist bitmask when vrf_id changes" | Don Slice | 2019-03-14 | 1 | -3/+2 |
* | | bgpd, zebra: Redo checks to advertise_all_vni | Tuetuopay | 2019-03-22 | 1 | -3/+2 |
* | | bgpd: Allow non-default instance to be EVPN one | Tuetuopay | 2019-03-19 | 1 | -8/+6 |
|/ |
|
* | Merge pull request #3869 from qlyoung/cocci-fixes | David Lamparter | 2019-03-06 | 1 | -6/+3 |
|\ |
|