summaryrefslogtreecommitdiffstats
path: root/zebra (follow)
Commit message (Expand)AuthorAgeFilesLines
* zebra: remove unused netlink_route()/kernel_rtm_ipv6()David Lamparter2016-06-071-61/+0
* zebra: simplify redistribution codeTimo Teräs2016-06-061-34/+16
* *: use void * for printing pointersDavid Lamparter2016-05-301-18/+22
* zebra_rib: Revert work-around for zebra marking recursive static route as ina...Everton Marques2016-05-301-7/+1
* zebra_rib: Revert debug hooks.Everton Marques2016-05-301-1/+7
* build: get rid of INCLUDES, use AM_CPPFLAGSDavid Lamparter2016-06-031-1/+1
* zebra: remove rt_ioctl kernel interfaceDavid Lamparter2016-06-031-1/+1
* build: remove ancient Linux/BSD IPv6 cruftDavid Lamparter2016-06-031-3/+2
* build: remove INRIA, NRL and MUSICA IPv6 quirksDavid Lamparter2016-06-033-11/+2
* build: remove AIX, NEC EWS and IRIXDavid Lamparter2016-06-036-230/+4
* build: remove Linux non-netlink configDavid Lamparter2016-06-031-4/+3
* zebra: Remove experimental warningDonald Sharp2016-06-011-6/+0
* zebra: Fix unprotected zlog_debugDonald Sharp2016-06-011-1/+2
* zebra: MBGP routes should not be installed in the kernelBalaji2016-05-261-0/+5
* Fix most compiler warnings in default GCC build.Paul Jakma2016-05-261-0/+3
* zebra: fix rtnh_len in the rt_netlink messages for multipath caseLu Feng2016-05-261-1/+1
* zebra: make RTF_LLINFO optional to fix FreeBSDLou Berger2016-05-261-0/+2
* zebra: wire up "debug zebra packet detail"Lou Berger2016-05-261-2/+3
* zebra/if_ioctl_solaris: Make foo staticDavid Lamparter2016-05-261-2/+2
* zebra/rt_socket: Fix warningsDavid Lamparter2016-05-261-0/+6
* zebra/rtread_getmsg: fix sign warningsDavid Lamparter2016-05-261-3/+3
* solaris: more warnings fixedDavid Lamparter2016-05-261-6/+9
* solaris: no ROUNDUPDavid Lamparter2016-05-261-0/+6
* zebra/solaris: fix uninitialised varsDavid Lamparter2016-05-261-1/+1
* Fixed if_add_update possible null dereferenceMorgan Stewart2016-05-261-0/+2
* zebra: Fix leaked sockets in rtadv.cMorgan Stewart2016-05-261-6/+24
* zebra: fix addr sent in ZEBRA_IPV6_NEXTHOP_LOOKUPHiroshi Yokoi2016-05-261-1/+1
* zebra: fix NetBSD interface stats printfDavid Lamparter2016-05-261-18/+23
* zebra: silence zebra_serv_un unused warningDavid Lamparter2016-05-261-1/+2
* zebra: static int inline -> static inline intDavid Lamparter2016-05-261-2/+2
* zebra: use SA_SIZE for RT_ROUNDUP on FreeBSDDavid Lamparter2016-05-261-10/+8
* zebra, isisd: cast to unsigned char for ctypesDavid Lamparter2016-05-261-1/+2
* Fix alignment assumptions on non-RT_ROUNDUP platforms.Greg Troxel2016-05-261-2/+2
* zebra: print "no link-detect"David Lamparter2016-05-261-0/+2
* zebra: remove netlink_route() it is no longer usedDaniel Walton2016-05-261-88/+0
* zebra: remove kernel_delete_ipv6_old()David Lamparter2016-05-265-39/+0
* zebra/kernel_socket.c: Use platform alignmentGreg Troxel2016-05-261-10/+40
* zebra: Build the test client, can be useful, and add IPv6 to testrib.confPaul Jakma2016-05-262-4/+24
* Add missing GPL headers, and copyright claims that certainly apply.Paul Jakma2016-05-264-0/+84
* build: Remove the old PIC/PIE patch, let libtool sort it outPaul Jakma2016-05-261-2/+1
* zebra: don't print uninitialized string (3b02fe8)David Lamparter2016-05-261-3/+1
* Removal of 'show ip mroute'Donald Sharp2016-05-261-92/+0
* zebra: mark multicast commands experimentalDavid Lamparter2016-05-261-2/+9
* zebra: add "show ip rpf" to get result of RPF lookupDavid Lamparter2016-05-261-7/+52
* zebra: make MRIB lookup behaviour switchableDavid Lamparter2016-05-264-18/+166
* zebra: return route_node from rib_match_ipv4_safiDavid Lamparter2016-05-263-11/+19
* zebra: dummy kernel "install" multicast routesDavid Lamparter2016-05-261-5/+29
* zebra: fix optional distance on static mrib routeDavid Lamparter2016-05-261-8/+29
* zebra: mrib: static route supportEverton Marques2016-05-263-130/+172
* zebra: add ZEBRA_IPV4_NEXTHOP_LOOKUP_MRIBEverton Marques2016-05-261-0/+95