summaryrefslogtreecommitdiff
path: root/bgpd/bgp_zebra.h
AgeCommit message (Expand)Author
2023-08-29bgpd: fix redistribute table command after bgp restartsPhilippe Guibert
2023-08-08bgpd: bgp_path_info_extra memory optimizationValerian_He
2023-07-10bgpd: Fix table manager to use the synchronous clientDonald Sharp
2023-06-20bgpd: Use synchronous way to get labels from ZebraDonatas Abraitis
2023-06-16bgpd: update the mpls entry to handle return trafficPhilippe Guibert
2023-05-09bgpd: use nexthop interface when adding LSP in BGP MPLSVPNPhilippe Guibert
2023-05-09bgpd: add support for l3vpn per-nexthop labelPhilippe Guibert
2023-05-03Revert "MPLS allocation mode per next hop"Donatas Abraitis
2023-05-02Merge pull request #12646 from pguibert6WIND/mpls_alloc_per_nhDonatas Abraitis
2023-03-24*: Convert `struct event_master` to `struct event_loop`Donald Sharp
2023-03-24*: Convert struct thread_master to struct event_master and it's ilkDonald Sharp
2023-03-22bgpd: use nexthop interface when adding LSP in BGP MPLSVPNPhilippe Guibert
2023-03-22bgpd: add support for l3vpn per-nexthop labelPhilippe Guibert
2023-03-09lib, bgpd: Add more debugs to GR Capability exchangeDonald Sharp
2023-02-09*: auto-convert to SPDX License IDsDavid Lamparter
2022-09-05bgpd: add 'mpls bgp forwarding' to ease mpls vpn ebgp peeringPhilippe Guibert
2022-05-12bgpd: Align bgp_zebra.h to our standardsDonald Sharp
2021-11-19bgpd: Few code optimisationsIqra Siddiqui
2021-09-13bgpd: add no-cli for srv6 on bgpd-sideHiroki Shirokura
2021-06-02bgpd: cli for srv6-locator assignment (step4)Hiroki Shirokura
2020-09-02bgpd: set/unset bgpd no-rib option at runtimeDavid Schweizer
2020-06-23bgp: rename bgp_node to bgp_destDonald Sharp
2020-03-30bgpd: Implement options for link bandwidth handlingvivek
2020-03-24bgpd: Rework code to use `const struct prefix`Donald Sharp
2020-03-23bgpd: Add some `const struct prefix` for a couple more functionsDonald Sharp
2020-03-21bgpd: Convert lots of int type functions to bool/voidDonatas Abraitis
2020-02-04bgpd, lib: fix style from BGP GR codeQuentin Young
2020-01-23bgpd: BGP Garaceful Restart debug logs.bisdhdh
2020-01-23bgpd: Adding header files for BGPD-ZEBRA integration for GR.bisdhdh
2019-12-06bgpd: move config-write to bgp_vty.cDavid Lamparter
2019-03-14bgpd: move bgp_update_redist_vrf_bitmaps to bgp_zebra.c for wider use beyond ...Don Slice
2019-02-06bgpd: advertise svi ip as macip zebra parse apiChirag Shah
2019-01-29bgpd: ip rule zebra layer adapted to handle both casesPhilippe Guibert
2018-11-17bgpd: dup addr detect config cliChirag Shah
2018-10-14Merge pull request #3024 from ton31337/fix/validate_route-mapRuss White
2018-10-11bgpd: Add '[no] flood <disable|head-end-replication>'Donald Sharp
2018-10-11bgpd: Check if route-map really exists before applying to the peerDonatas Abraitis
2018-10-09bgpd: Convert `struct bgp_info` to `struct bgp_path_info`Donald Sharp
2018-09-18bgpd, doc, ldpd, lib, tests, zebra: LM fixespaco
2018-09-12bgpd: Prevent possible crash when parsing v6 attributesDonald Sharp
2018-08-22bgpd : Change of options in redistribute command does not get appliedkssoman
2018-05-25bgpd: do not install BGP FS entries, while table range not obtainedPhilippe Guibert
2018-04-30bgpd: get table identifier from table managerPhilippe Guibert
2018-04-30bgpd: handle FS redirect IP rule in PBRPhilippe Guibert
2018-04-30bgpd: handle configuration of iptables with zebraPhilippe Guibert
2018-04-30bgpd: communication with zebra for ipset & iprule handlingPhilippe Guibert
2018-03-29bgpd: add API to allocate a range of table identifiersPhilippe Guibert
2018-03-27*: use C99 standard fixed-width integer typesQuentin Young
2018-03-21bgpd: Use BGP instance to derive the VRF for route uninstallvivek
2018-01-23bgpd: advertise VNI subnetMitesh Kanjariya