summaryrefslogtreecommitdiffstats
path: root/zebra/kernel_socket.c
Commit message (Expand)AuthorAgeFilesLines
* *: use an ifindex_t type, defined in lib/if.h, for ifindex valuesPaul Jakma2016-02-261-1/+1
* lib, zebra: unify link layer type and hardware address handlingTimo Teräs2016-02-261-5/+38
* zebra: atomic FIB updatesTimo Teräs2016-02-261-4/+4
* zebra: make RTF_LLINFO optional to fix FreeBSDLou Berger2016-02-261-0/+2
* zebra: implement per-route mtu handlingTimo Teräs2015-12-081-2/+2
* solaris: more warnings fixedDavid Lamparter2015-10-161-6/+9
* solaris: no ROUNDUPDavid Lamparter2015-10-161-0/+6
* zebra, lib/memtypes.c: the netlink sockets work per VRFFeng Lu2015-06-031-3/+13
* zebra: fix VRF code for *BSDDavid Lamparter2015-06-021-1/+1
* zebra: let FIB stand for its respective VRFFeng Lu2015-06-021-11/+13
* zebra: use prefix2str for logging where possibleTimo Teräs2015-06-011-43/+25
* Merge branch 'volatile/fix_warnings'David Lamparter2015-04-231-12/+10
|\
| * zebra: static int inline -> static inline intDavid Lamparter2015-04-211-2/+2
| * zebra: use SA_SIZE for RT_ROUNDUP on FreeBSDDavid Lamparter2015-04-211-10/+8
* | Fix alignment assumptions on non-RT_ROUNDUP platforms.Greg Troxel2015-03-231-2/+2
|/
* zebra/kernel_socket.c: Use platform alignmentGreg Troxel2014-12-021-10/+40
* *: nuke ^L (page feed)David Lamparter2014-06-041-4/+4
* ospf6d: solve segfaults with ospf6d on FreeBSDIngo Flaschberger2014-03-211-0/+1
* zebra: fix sockaddr_dl length assumptions (BZ#737)David Lamparter2013-01-161-3/+12
* build: check actually-used BSD link state fieldsDoug VanLeuven2012-11-051-6/+6
* zebra: kernel_socket: fix overflow in RTA_ADDR & RTA_ATTRDoug VanLeuven2012-11-051-9/+22
* zebra: kernel_socket: fix 64bit MacOS X alignmentDoug VanLeuven2012-11-051-0/+6
* zebra: fix recent MP-BGP commits for FreeBSDDenis Ovsienko2012-01-231-5/+5
* zebra: IPv4 MP-BGP Routes addition and deletionG.Balaji2012-01-231-1/+1
* zebra: set the interface link-layer socket addressTom Goff2011-12-131-0/+12
* zebra: spellingDenis Ovsienko2011-12-131-2/+2
* zebra: handle RTF_CLONING removal from FreeBSD 8.0David Ward2009-12-031-0/+7
* zebra: make declaration const in rtm_flag_dump()Tom Goff2009-12-031-1/+1
* [zebra/cleanup] make message table read onlyStephen Hemminger2009-06-181-1/+1
* [lib] mes_lookup string lookup table argument should be marked constStephen Hemminger2008-08-221-1/+1
* [link-detect] Improve BSD support.Andrew J. Schorr2008-01-111-1/+2
* [link-detect] Try to get BSD link-detect to work properly.Andrew J. Schorr2008-01-101-0/+21
* + fix the bug reported by Milan Kocian (IPv6 route handling was broken by the...Denis Ovsienko2007-10-241-0/+5
* + sayonara old_pid!Denis Ovsienko2007-09-141-2/+1
* Switch from LOOKUP() to lookup() for rtm_type (see bug #401 for details).Denis Ovsienko2007-09-141-10/+9
* Looks like bug #320 is finally fixed now.Denis Ovsienko2007-08-211-0/+9
* Fixed bug #394 "RTF_DONE is ignored in rtm_read()"Denis Ovsienko2007-08-171-2/+2
* Merged own patch for the bug #391 (debugging and comments mostly).Denis Ovsienko2007-08-131-20/+90
* [PtP] Fix BSD problems with PtP interfaces: must treat RTA_BRD as peer addressAndrew J. Schorr2007-05-171-14/+36
* [autoconf] bugs 162,303,178: Fix 'present but can not be compiled' warningsPaul Jakma2007-05-101-4/+4
* [zebra] Routemap support on received routes, with 'set src' command (linux)Paul Jakma2007-05-021-1/+1
* [zebra] Fix interface metric bug on BSDPaul Jakma2007-03-061-1/+8
* [PtP over ethernet] New peer flag allows much more addressing flexibilityAndrew J. Schorr2006-12-121-1/+1
* 2006-09-13 Tom Everett <tom@khubla.com>Greg Troxel2006-09-131-0/+4
* [debug] Improve zebra kernel socket debug message to include IP addresses.Andrew J. Schorr2006-05-171-3/+40
* [zebra/solaris] Interface state fixups for Solaris.paul2006-01-251-29/+47
* [zebra] Record NEWADDR metric on PF_ROUTE, print CACHEINFO debug on netlinkpaul2006-01-171-2/+6
* remove dead code (from David Young)gdt2005-12-291-18/+0
* [zebra] Fix mistake in previous commit and further compile warnings/errors.paul2005-11-241-10/+20
* [zebra] fix some small compile errors, mark several functions staticpaul2005-11-231-15/+17