summaryrefslogtreecommitdiffstats
path: root/zebra/zebra_fpm_netlink.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* zebra_fpm: Add support for other protocols in fpm:netlinkSpoorthi K2023-01-241-8/+1
* zebra: fix fpm netlink encode out of bounds readRafael Zalamena2023-01-181-1/+1
* zebra: fix wrong gateway for fpm debuganlan_cs2022-12-171-4/+9
* lib, zebra, bgpd: Move route EVPN flag to nexthopXiao Liang2022-06-101-1/+1
* *: Fix spelling of accomodateDonald Sharp2022-04-191-1/+1
* zebra: FPM next hop weightskiselev99@gmail.com2022-02-101-0/+5
* zebra: add inbound netlink socket for dataplaneMark Stapp2021-09-141-1/+1
* zebra: Fix IPv4 routes with IPv6 link local next hops install in FPMNikhil Kelapure2021-09-131-1/+6
* Zebra: FPM support for gateway IP overlay IndexAmeya Dharkar2021-06-081-6/+27
* fpm: use printfrr extsDavid Lamparter2021-03-141-7/+4
* zebra: set nlmsg_pid in netlink msgs sent by 'fpm'Duncan Eastoe2021-01-151-1/+9
* zebra: replace inet_ntoaMark Stapp2020-10-221-41/+12
* zebra: fix FPM abort for unreach/prohibit routesDuncan Eastoe2020-09-291-4/+12
* Merge pull request #6698 from deastoe/fpm-netlink-fixesDonald Sharp2020-08-041-4/+1
|\
| * zebra: always set kernel table ID in FPM netlinkDuncan Eastoe2020-07-081-4/+1
* | lib,zebra,bgpd: Fix for nexthop as IPv4 mapped IPv6 addressKaushik2020-08-041-2/+10
|/
* zebra: clean up netlink apiJakub Urbańczyk2020-06-131-50/+37
* zebra: Fix zebra crashed in building FPM netlink message when bgp sends aggre...Richard Wu2020-06-031-1/+1
* zebra: Remove typedef netlink_route_info_tDonald Sharp2020-05-081-9/+10
* zebra: Remove the typedef netlink_nh_info_tDonald Sharp2020-05-081-7/+7
* zebra: Cleanup dead codeDonald Sharp2020-04-221-30/+22
* *: Finish off the __PRETTY_FUNCTION__ to __func__Donald Sharp2020-03-061-2/+1
* *: Replace __PRETTY_FUNCTION__/__FUNCTION__ to __func__Donatas Abraitis2020-03-051-1/+1
* zebra: Embed lib nexthop-group in zebra hash entryMark Stapp2020-02-271-1/+1
* *: Remove break after returnDonatas Abraitis2020-02-131-5/+0
* *: Replace s_addr 0 => INADDR_ANYDonatas Abraitis2020-02-061-2/+2
* lib,zebra: use nhg_hash_entry pointer in route_entryMark Stapp2019-12-041-1/+1
* zebra: Replace nexthop_group with pointer in route entryDonald Sharp2019-10-251-1/+1
* Zebra: Incorrect L3VNI for FPM rtmsg for EVPN RT-5 prefixAmeya Dharkar2019-08-101-1/+1
* *: s/TRUE/true/, s/FALSE/false/Quentin Young2019-07-011-2/+2
* Zebra: Address review comments for RMAC FPM feature 1Ameya Dharkar2019-06-171-2/+2
* Zebra: Build nelink message for RMAC updatesAmeya Dharkar2019-06-171-0/+63
* Merge pull request #4359 from adharkar/frr-master-rtm_vxlanDonald Sharp2019-05-211-4/+112
|\
| * Zebra: Handle VxLAN encap in netlink rtmsg for FPMAmeya Dharkar2019-05-171-4/+112
* | Zebra: Enhancements for rtm_table field in FPM netlink messageAmeya Dharkar2019-05-171-2/+19
|/
* Merge pull request #4327 from sworleys/Move-Multipath-NumRuss White2019-05-161-1/+2
|\
| * zebra: Move multipath_num into zrouterDonald Sharp2019-05-141-1/+2
* | zebra: send nexthop blackhole information in FPMRafael Zalamena2019-05-141-1/+0
|/
* lib: ZEBRA_NUM_OF -> array_sizeDavid Lamparter2019-04-181-1/+1
* zebra: Use ROUTE_ENTRY_INSTALLED as decision for route is installedDonald Sharp2019-01-261-1/+1
* zebra: Start abstraction of zebra_dplane_info for context passingMark Stapp2018-09-201-0/+1
* *: use C99 standard fixed-width integer typesQuentin Young2018-03-271-6/+6
* lib: Isolate nexthop_group functions to nexthop_group.cDonald Sharp2018-03-091-1/+1
* zebra: cleanup blackhole supportDavid Lamparter2017-08-281-23/+17
* build: zebra: remove *_method Makefile hacksDavid Lamparter2017-07-311-0/+4
* *: reindentreindent-master-afterwhitespace / reindent2017-07-171-324/+295
* Remove recursive param from netlink_route_info_addßingen2017-07-101-4/+3
* Rename ALL_NEXTHOPS_RO to ALL_NEXTHOPSßingen2017-07-101-1/+1
* Allow for more than 1 NH recursion levelßingen2017-06-281-4/+3
* zebra: Refactor 'struct rib' to be 'struct route_entry'Donald Sharp2017-06-011-12/+12