| Commit message (Expand) | Author | Age | Files | Lines |
* | *: auto-convert to SPDX License IDs | David Lamparter | 2023-02-09 | 1 | -16/+1 |
* | zebra: Attempt to make ioctl.c have a bit more useful log messges | Donald Sharp | 2022-06-15 | 1 | -4/+8 |
* | zebra: Remove unused functions in netlink compiles | Donald Sharp | 2022-05-13 | 1 | -8/+3 |
* | *: Properly use memset() when zeroing | Donatas Abraitis | 2022-05-11 | 1 | -13/+13 |
* | zebra: Don't send uninited data to kernel on FreeBSD | Donald Sharp | 2022-03-24 | 1 | -4/+4 |
* | zebra: Keep the interface flags safe on multiple ioctl calls | Bijan | 2022-02-09 | 1 | -11/+14 |
* | *: cleanup ifp->vrf_id | Igor Ryzhov | 2021-11-22 | 1 | -7/+7 |
* | zebra: ifi_link_state is the link state | Roy Marples | 2020-10-13 | 1 | -25/+69 |
* | *: Remove solaris from FRR | Donald Sharp | 2020-09-21 | 1 | -12/+0 |
* | *: frr_elevate_privs -> frr_with_privs | David Lamparter | 2019-09-03 | 1 | -3/+3 |
* | Revert "Ospf missing interface handling 2" | Donald Sharp | 2019-06-24 | 1 | -7/+5 |
* | *: change interface structure, from vrf_id to vrf | Philippe Guibert | 2019-06-12 | 1 | -5/+7 |
* | lib, zebra: remove uses of strncpy | Quentin Young | 2019-05-29 | 1 | -2/+2 |
* | zebra: removing old intf address code | Mark Stapp | 2019-04-22 | 1 | -227/+18 |
* | zebra: Dplane interface address install for non-netlink | Mark Stapp | 2019-04-22 | 1 | -12/+229 |
* | zebra: Use dplane for interface addresses (netlink) | Mark Stapp | 2019-04-22 | 1 | -0/+14 |
* | zebra: remove all instances of strncpy | Quentin Young | 2019-02-25 | 1 | -5/+5 |
* | zebra: don't log errors on unsupported medias | Rafael Zalamena | 2018-12-05 | 1 | -1/+2 |
* | *: LIB_[ERR|WARN] -> EC_LIB | Quentin Young | 2018-09-13 | 1 | -2/+2 |
* | zebra: fix includes | Quentin Young | 2018-09-06 | 1 | -0/+1 |
* | *: use frr_elevate_privs() (1/2: coccinelle) | David Lamparter | 2018-08-14 | 1 | -48/+29 |
* | *: rename ferr_zlog -> flog_err_sys | Quentin Young | 2018-08-14 | 1 | -13/+13 |
* | *: rename zlog_fer -> flog_err | Quentin Young | 2018-08-14 | 1 | -14/+14 |
* | zebra, lib: error references for zebra | Quentin Young | 2018-08-14 | 1 | -10/+13 |
* | bgpd, lib, zebra: Convert LIB_ERR_PRIVILEGES | Donald Sharp | 2018-08-14 | 1 | -9/+10 |
* | *: use C99 standard fixed-width integer types | Quentin Young | 2018-03-27 | 1 | -4/+4 |
* | *: conform with COMMUNITY.md formatting rules, via 'make indent' | Lou Berger | 2018-03-06 | 1 | -2/+2 |
* | zebra: handle some ioctl operations for VRF | Philippe Guibert | 2018-02-27 | 1 | -6/+41 |
* | zebra: remove useless iotcl linux calls | Philippe Guibert | 2017-12-13 | 1 | -34/+2 |
* | zebra: ipv6 addressing uses netlink socket instead of standard ioctl | Philippe Guibert | 2017-12-13 | 1 | -1/+10 |
* | Merge pull request #1044 from donaldsharp/combination | Jafar Al-Gharaibeh | 2017-08-31 | 1 | -1/+1 |
|\ |
|
| * | *: fix assorted issues detected by Coverity Scan | Renato Westphal | 2017-08-25 | 1 | -1/+1 |
* | | zebra: configure PtP address on ifaliasreq systems | David Lamparter | 2017-08-27 | 1 | -4/+38 |
|/ |
|
* | build: zebra: remove *_method Makefile hacks | David Lamparter | 2017-07-31 | 1 | -0/+4 |
* | *: reindentreindent-master-after | whitespace / reindent | 2017-07-17 | 1 | -366/+340 |
* | *: make consistent & update GPLv2 file headers | David Lamparter | 2017-05-15 | 1 | -4/+3 |
* | *: get rid of zlog(*, LOG_LEVEL, ...) | David Lamparter | 2017-03-08 | 1 | -7/+7 |
* | frr: Remove HAVE_IPV6 from code base | Donald Sharp | 2017-01-13 | 1 | -6/+0 |
* | all: removed all DEFUN command stomps (fix build errors) | Daniel Walton | 2016-10-06 | 1 | -0/+1 |
* | *: fix more initialisers (for BSD) | David Lamparter | 2016-06-08 | 1 | -2/+2 |
* | lib, zebra: The Bulk of the conversion over to NS and VRF | Donald Sharp | 2016-02-01 | 1 | -1/+1 |
* | zebra: fix argument reference in strncpy() call for BSD | heasley | 2009-12-03 | 1 | -1/+1 |
* | [zebra] Make BSD link-state deal more gracefully with GIFMEDIA ioctl error | Paul Jakma | 2008-07-01 | 1 | -15/+22 |
* | + fix bug#326 by rib_lookup_and_pushup() | Denis Ovsienko | 2008-02-26 | 1 | -0/+1 |
* | [link-detect] Improve BSD support. | Andrew J. Schorr | 2008-01-11 | 1 | -15/+7 |
* | [link-detect] Try to get BSD link-detect to work properly. | Andrew J. Schorr | 2008-01-10 | 1 | -0/+33 |
* | [autoconf] bugs 162,303,178: Fix 'present but can not be compiled' warnings | Paul Jakma | 2007-05-10 | 1 | -14/+14 |
* | [zebra] MTU change should propogate to zserv client on BSD/Solaris | Paul Jakma | 2007-04-10 | 1 | -0/+3 |
* | [zebra/solaris] Interface state fixups for Solaris. | paul | 2006-01-25 | 1 | -3/+4 |
* | 2005-06-28 Paul Jakma <paul.jakma@sun.com> | paul | 2005-06-28 | 1 | -1/+1 |