summaryrefslogtreecommitdiffstats
path: root/zebra/kernel_socket.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: remove line breaks from log messagesDavid Lamparter2020-03-241-1/+1
* *: Replace `sizeof something` to sizeof(something)Donatas Abraitis2020-03-081-1/+1
* zebra: Use shorthand operator in ifm_read()Donatas Abraitis2020-02-041-1/+1
* zebra: Use nexthop object id on route deleteStephen Worley2019-10-251-4/+4
* zebra: Update rib_add to take a nexthop IDStephen Worley2019-10-251-1/+2
* *: Cleanup interface creation apisStephen Worley2019-10-101-1/+1
* *: frr_elevate_privs -> frr_with_privsDavid Lamparter2019-09-031-1/+1
* Revert "Ospf missing interface handling 2"Donald Sharp2019-06-241-5/+3
* *: change if_lookup_by_name() api with vrfPhilippe Guibert2019-06-121-1/+1
* lib, ospfd, pimd, zebra: change if_create() api with vrfPhilippe Guibert2019-06-111-1/+2
* ospf, ospf6d, zebra, lib: change if_get_by_name prototype with vrfPhilippe Guibert2019-06-111-1/+2
* zebra: fix maybe-uninitialized pointerQuentin Young2019-05-291-1/+1
* zebra: fix unused variable on OmniOSQuentin Young2019-05-291-1/+2
* zebra: Be consistent in how we call rib_add( and rib_delete( with tableidDonald Sharp2019-05-061-3/+5
* lib, pbrd, zebra: Fix size_t type printf warnings on obscure platformsDonald Sharp2019-04-031-4/+6
* zebra: conditionalize RTM_RESOLVE flagMark Stapp2019-04-021-0/+2
* *: remove trailing newlines from zlog messagesQuentin Young2019-03-141-1/+1
* zebra: Move the master thread handler to the zrouter structureDonald Sharp2019-01-311-3/+3
* zebra: set connected route metric based on the devaddr metricAnuradha Karuppiah2019-01-251-2/+4
* zebra: use rta_getattr for NETMASKRafael Zalamena2019-01-221-1/+1
* zebra: fix routing socket AF_LINK handling on NETMASKRafael Zalamena2019-01-221-1/+1
* zebra: make routing socket debug user friendlierRafael Zalamena2019-01-211-10/+99
* zebra: fix debug messages in ifam_read_mesgRafael Zalamena2019-01-211-11/+11
* zebra: fix another FreeBSD warning messageRafael Zalamena2019-01-081-1/+1
* zebra: fix FreeBSD warning on fresh OS bootRafael Zalamena2019-01-081-0/+12
* zebra: implement FreeBSD route attr handlingRafael Zalamena2019-01-081-3/+18
* zebra: fix compilation on OpenBSDRafael Zalamena2018-12-211-0/+2
* Merge pull request #3467 from donaldsharp/kernel_socket_cleanupRuss White2018-12-131-156/+28
|\
| * zebra: Make v4 and v6 code paths for rib_XXX calls in kernel_socket the sameDonald Sharp2018-12-121-43/+22
| * zebra: Remove rib_lookup_ipv4_routeDonald Sharp2018-12-121-113/+6
* | lib, zebra: Remove ZEBRA_FLAG_STATICDonald Sharp2018-12-121-4/+0
|/
* zebra: refactor route socket message handlingRafael Zalamena2018-12-051-103/+143
* zebra: always define ROUNDUP and ROUND_TYPERafael Zalamena2018-12-051-13/+11
* zebra: add dataplane routing socketMark Stapp2018-11-211-2/+16
* zebra: separate netlink socket for dataplaneMark Stapp2018-11-211-1/+1
* Merge pull request #2705 from opensourcerouting/northbound-yang-v2Donald Sharp2018-10-311-1/+1
|\
| * lib: retrofit interface commands to the new northbound modelRenato Westphal2018-10-271-1/+1
* | Merge pull request #2946 from mjstapp/dplane_2Donald Sharp2018-10-281-0/+1
|\ \ | |/ |/|
| * zebra: update routing socket pathMark Stapp2018-10-251-0/+1
* | *: spelchekDavid Lamparter2018-10-251-1/+1
|/
* *: style for EC replacementsQuentin Young2018-09-131-4/+3
* *: LIB_[ERR|WARN] -> EC_LIBQuentin Young2018-09-131-3/+3
* zebra: ZEBRA_[ERR|WARN] -> EC_ZEBRAQuentin Young2018-09-131-4/+4
* zebra: flog_warn conversionQuentin Young2018-09-061-17/+20
* *: use frr_elevate_privs() (2/2: manual)David Lamparter2018-08-141-13/+3
* *: rename zlog_fer -> flog_errQuentin Young2018-08-141-4/+4
* zebra: add missing includeQuentin Young2018-08-141-0/+1
* zebra, lib: error references for zebraQuentin Young2018-08-141-2/+3
* bgpd, lib, zebra: Convert LIB_ERR_PRIVILEGESDonald Sharp2018-08-141-3/+7
* lib, zebra: Allow protocols to use Distance as part of RR semanticsDonald Sharp2018-07-291-4/+4