summaryrefslogtreecommitdiffstats
path: root/bgpd/bgp_zebra.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* bgpd: fix redistribute table command after bgp restartsPhilippe Guibert2023-08-291-2/+2
* bgpd: bgp_path_info_extra memory optimizationValerian_He2023-08-081-3/+4
* bgpd: Fix table manager to use the synchronous clientDonald Sharp2023-07-101-1/+1
* bgpd: Use synchronous way to get labels from ZebraDonatas Abraitis2023-06-201-0/+2
* bgpd: update the mpls entry to handle return trafficPhilippe Guibert2023-06-161-1/+2
* bgpd: use nexthop interface when adding LSP in BGP MPLSVPNPhilippe Guibert2023-05-091-0/+1
* bgpd: add support for l3vpn per-nexthop labelPhilippe Guibert2023-05-091-0/+3
* Revert "MPLS allocation mode per next hop"Donatas Abraitis2023-05-031-4/+0
* Merge pull request #12646 from pguibert6WIND/mpls_alloc_per_nhDonatas Abraitis2023-05-021-0/+4
|\
| * bgpd: use nexthop interface when adding LSP in BGP MPLSVPNPhilippe Guibert2023-03-221-0/+1
| * bgpd: add support for l3vpn per-nexthop labelPhilippe Guibert2023-03-221-0/+3
* | *: Convert `struct event_master` to `struct event_loop`Donald Sharp2023-03-241-2/+1
* | *: Convert struct thread_master to struct event_master and it's ilkDonald Sharp2023-03-241-1/+1
|/
* lib, bgpd: Add more debugs to GR Capability exchangeDonald Sharp2023-03-091-1/+2
* *: auto-convert to SPDX License IDsDavid Lamparter2023-02-091-16/+1
* bgpd: add 'mpls bgp forwarding' to ease mpls vpn ebgp peeringPhilippe Guibert2022-09-051-0/+1
* bgpd: Align bgp_zebra.h to our standardsDonald Sharp2022-05-121-24/+34
* bgpd: Few code optimisationsIqra Siddiqui2021-11-191-0/+7
* bgpd: add no-cli for srv6 on bgpd-sideHiroki Shirokura2021-09-141-0/+1
* bgpd: cli for srv6-locator assignment (step4)Hiroki Shirokura2021-06-021-0/+1
* bgpd: set/unset bgpd no-rib option at runtimeDavid Schweizer2020-09-021-0/+8
* bgp: rename bgp_node to bgp_destDonald Sharp2020-06-231-1/+1
* bgpd: Implement options for link bandwidth handlingvivek2020-03-311-0/+3
* bgpd: Rework code to use `const struct prefix`Donald Sharp2020-03-241-2/+3
* bgpd: Add some `const struct prefix` for a couple more functionsDonald Sharp2020-03-231-1/+1
* bgpd: Convert lots of int type functions to bool/voidDonatas Abraitis2020-03-211-4/+4
* bgpd, lib: fix style from BGP GR codeQuentin Young2020-02-041-2/+1
* bgpd: BGP Garaceful Restart debug logs.bisdhdh2020-01-231-1/+0
* bgpd: Adding header files for BGPD-ZEBRA integration for GR.bisdhdh2020-01-231-2/+6
* bgpd: move config-write to bgp_vty.cDavid Lamparter2019-12-061-4/+0
* bgpd: move bgp_update_redist_vrf_bitmaps to bgp_zebra.c for wider use beyond ...Don Slice2019-03-141-0/+1
* bgpd: advertise svi ip as macip zebra parse apiChirag Shah2019-02-071-0/+2
* bgpd: ip rule zebra layer adapted to handle both casesPhilippe Guibert2019-01-291-1/+3
* bgpd: dup addr detect config cliChirag Shah2018-11-181-0/+1
* Merge pull request #3024 from ton31337/fix/validate_route-mapRuss White2018-10-141-1/+2
|\
| * bgpd: Check if route-map really exists before applying to the peerDonatas Abraitis2018-10-111-1/+2
* | bgpd: Add '[no] flood <disable|head-end-replication>'Donald Sharp2018-10-121-0/+2
* | bgpd: Convert `struct bgp_info` to `struct bgp_path_info`Donald Sharp2018-10-091-4/+5
|/
* bgpd, doc, ldpd, lib, tests, zebra: LM fixespaco2018-09-181-1/+2
* bgpd: Prevent possible crash when parsing v6 attributesDonald Sharp2018-09-121-0/+3
* bgpd : Change of options in redistribute command does not get appliedkssoman2018-08-221-1/+2
* bgpd: do not install BGP FS entries, while table range not obtainedPhilippe Guibert2018-05-251-1/+2
* bgpd: get table identifier from table managerPhilippe Guibert2018-04-301-0/+1
* bgpd: handle FS redirect IP rule in PBRPhilippe Guibert2018-04-301-0/+3
* bgpd: handle configuration of iptables with zebraPhilippe Guibert2018-04-301-0/+3
* bgpd: communication with zebra for ipset & iprule handlingPhilippe Guibert2018-04-301-0/+10
* bgpd: add API to allocate a range of table identifiersPhilippe Guibert2018-03-291-0/+3
* *: use C99 standard fixed-width integer typesQuentin Young2018-03-271-8/+9
* bgpd: Use BGP instance to derive the VRF for route uninstallvivek2018-03-211-1/+2
* bgpd: advertise VNI subnetMitesh Kanjariya2018-01-241-1/+2