summaryrefslogtreecommitdiffstats
path: root/bgpd/bgp_zebra.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* bgpd: get rid of afi_header_vty_out() & co.David Lamparter2017-08-291-4/+4
* bgpd/zebra/lib: EVPN support for asymmetric VxLan routingMitesh Kanjariya2017-08-081-0/+3
* *: reindentreindent-master-afterwhitespace / reindent2017-07-171-34/+37
* bgpd: Implement EVPN enable/disablevivek2017-07-121-0/+2
* bgpd: Make buffer sizes automatically the correct sizeDonald Sharp2017-06-221-8/+0
* *: make consistent & update GPLv2 file headersDavid Lamparter2017-05-151-18/+18
* bgpd: labeled unicast processingDon Slice2017-04-061-2/+4
* frr: Remove HAVE_IPV6 from code baseDonald Sharp2017-01-131-2/+0
* bgp: ignore NHT when bgpd has never connected to zebraLou Berger2016-10-181-0/+2
* *: use an ifindex_t type, defined in lib/if.h, for ifindex valuesPaul Jakma2016-08-181-2/+2
* bgpd: improve cleanup in bgp_delete()Lou Berger2016-06-091-1/+2
* BGP: Trigger IPv6 router advertisements upon config of unnumbered neighborvivek2016-05-021-0/+3
* BGP: VRF registration and cleanupvivek2016-02-121-1/+3
* bgpd: Add the ability to use a VRF to bgpDonald Sharp2016-02-021-5/+7
* lib: zclient.c remove extern struct thread_master *Donald Sharp2015-09-231-1/+1