summaryrefslogtreecommitdiffstats
path: root/zebra
Commit message (Expand)AuthorAgeFilesLines
* zebra: Fix route deletion on *BSDTimo Teräs2016-03-081-22/+21
* zebra, bgpd: Fixup MULTIPATH_NUM usage to not consider 0Donald Sharp2016-02-262-5/+4
* build: Rework how MULTIPATH_NUM is delivered to buildDonald Sharp2016-02-261-1/+1
* *: use an ifindex_t type, defined in lib/if.h, for ifindex valuesPaul Jakma2016-02-269-26/+29
* lib, zebra: unify link layer type and hardware address handlingTimo Teräs2016-02-266-46/+114
* zebra: remove metric from kernelTimo Teräs2016-02-262-29/+12
* zebra: support FIB override routesTimo Teräs2016-02-265-31/+70
* zebra: use link scope for interface routesTimo Teräs2016-02-262-16/+11
* zebra: atomic FIB updatesTimo Teräs2016-02-266-307/+171
* zebra: additional redistribute related loggingLou Berger2016-02-261-6/+12
* zebra: make RTF_LLINFO optional to fix FreeBSDLou Berger2016-02-261-0/+2
* zebra: wire up "debug zebra packet detail"Lou Berger2016-02-261-2/+3
* zebra: Fix solaris build issueDonald Sharp2015-12-091-1/+1
* zebra: Fix non usage of VRF_DEFAULTDonald Sharp2015-12-081-1/+1
* zebra: Cleanup RTADV defineDonald Sharp2015-12-086-37/+24
* zebra: Fix change of distance on ipv6 route creating duplicate routesDonald Sharp2015-12-081-4/+12
* zebra: Combine static_uninstall_ipv[4|6] into one functionDonald Sharp2015-12-081-65/+4
* zebra: combine static_ipv[4|6]_nexthop_same into one functionDonald Sharp2015-12-081-22/+16
* zebra: Combine static_install_ipv[4|6]Donald Sharp2015-12-081-100/+41
* zebra: Remove HAVE_IPV6 from rib.h and zebra_rib.cDonald Sharp2015-12-082-19/+4
* zebra: Collapse struct static_ipv[4|6] into struct static_routeDonald Sharp2015-12-083-93/+60
* zebra: implement per-route mtu handlingTimo Teräs2015-12-087-17/+84
* zebra: make ZEBRA_FLAG_CHANGED internal statusTimo Teräs2015-12-082-4/+5
* zebra: fix rtadv detectionTimo Teräs2015-12-081-6/+2
* Merge 'patch-tracking/4/proposed/netdef-solaris' into acceptedPaul Jakma2015-10-287-17/+62
|\
| * zebra/if_ioctl_solaris: Make foo staticDavid Lamparter2015-10-161-2/+2
| * zebra/rt_socket: Fix warningsDavid Lamparter2015-10-161-0/+6
| * zebra/rtread_getmsg: fix sign warningsDavid Lamparter2015-10-161-3/+3
| * solaris: more warnings fixedDavid Lamparter2015-10-161-6/+9
| * solaris: no ROUNDUPDavid Lamparter2015-10-161-0/+6
| * zebra/ioctl_solaris: Fix use of prefix2str in if_prefix_add/delete_ipv6Martin Winter2015-10-161-2/+2
| * zebra/solaris: fix uninitialised varsDavid Lamparter2015-10-161-1/+1
| * build/solaris: create ioctl_solaris.hDavid Lamparter2015-10-164-3/+33
* | lib: zclient.c remove extern struct thread_master *Donald Sharp2015-10-271-1/+3
|/
* Fixed if_add_update possible null dereferenceMorgan Stewart2015-09-241-0/+2
* zebra: Fix leaked sockets in rtadv.cMorgan Stewart2015-09-241-6/+24
* zebra: rib->nexthop_num is double incrementedDonald Sharp2015-09-241-2/+0
* zebra: fix addr sent in ZEBRA_IPV6_NEXTHOP_LOOKUPHiroshi Yokoi2015-09-241-1/+1
* build: Remove the old PIC/PIE patch, let libtool sort it outPaul Jakma2015-09-031-2/+1
* Removal of 'show ip mroute'Donald Sharp2015-08-041-92/+0
* Fix _netlink_route_debug messageKaloyan Kovachev2015-07-291-0/+1
* *: add VRF ID in the API message headerFeng Lu2015-06-036-104/+161
* zebra, lib/memtypes.c: the netlink sockets work per VRFFeng Lu2015-06-0316-120/+228
* zebra: fix VRF code for *BSDDavid Lamparter2015-06-021-1/+1
* zebra: maintain RTADV per VRFFeng Lu2015-06-025-68/+121
* zebra: add hooks upon enabling / disabling a VRFFeng Lu2015-06-024-1/+79
* zebra: maintain the router-id per VRFFeng Lu2015-06-026-50/+114
* zebra: configure static routes in any VRFFeng Lu2015-06-023-122/+935
* zebra: lookup the address in all VRFs when set the route-map rule "set src"Feng Lu2015-06-021-7/+13
* zebra: let the route-map rule "match interface" work for VRFsFeng Lu2015-06-023-3/+16