summaryrefslogtreecommitdiffstats
path: root/zebra
Commit message (Expand)AuthorAgeFilesLines
...
* zebra: show routes in a specified VRF or all VRFsFeng Lu2015-06-021-36/+1094
* zebra: let FIB stand for its respective VRFFeng Lu2015-06-029-151/+229
* zebra: show interfaces in a specified VRF or all VRFsFeng Lu2015-06-021-23/+186
* lib, zebra, vtysh: configure an interface in non-default VRFFeng Lu2015-06-021-4/+19
* *: call if_init()/if_terminate() from vrf_init()/vrf_terminate()Feng Lu2015-06-022-2/+0
* lib, zebra: add "vrf_id" into the "struct interface"Feng Lu2015-06-021-9/+13
* lib, zebra: move "struct vrf" to be a lib moduleFeng Lu2015-06-029-188/+219
* zebra: use prefix2str for logging where possibleTimo Teräs2015-06-0110-154/+107
* zebra/vty: use prefix2str and unify show ip/ipv6 route codeTimo Teräs2015-06-011-298/+114
* zebra: simplify redistribution codeTimo Teräs2015-05-291-28/+4
* zebra: fix rtadv check for non-glibc linuxTimo Teräs2015-05-051-1/+1
* zebra: fix build with rtadv disabledTimo Teräs2015-05-051-1/+2
* Merge branch 'volatile/fix_warnings'David Lamparter2015-04-2315-206/+93
|\
| * zebra: fix NetBSD interface stats printfDavid Lamparter2015-04-211-18/+23
| * *: fix more initialisers (for BSD)David Lamparter2015-04-211-2/+2
| * zebra: silence zebra_serv_un unused warningDavid Lamparter2015-04-211-1/+2
| * build: add --enable-werrorDavid Lamparter2015-04-211-1/+1
| * zebra: clean up misc_null pragmasDavid Lamparter2015-04-211-4/+15
| * 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
| * zebra: use prototypes/includes in rt_netlinkDavid Lamparter2015-04-213-5/+6
| * zebra: remove unused netlink_route()/kernel_rtm_ipv6()David Lamparter2015-04-212-135/+0
| * zebra, isisd: cast to unsigned char for ctypesDavid Lamparter2015-04-211-1/+2
| * bgpd, zebra: fix struct/pointer sizeof mixupsDavid Lamparter2015-04-211-2/+2
| * *: add missing includesDavid Lamparter2015-04-211-0/+1
| * *: use void * for printing pointersDavid Lamparter2015-04-211-25/+29
* | Fix alignment assumptions on non-RT_ROUNDUP platforms.Greg Troxel2015-03-231-2/+2
|/
* zebra: don't print uninitialized string (3b02fe8)David Lamparter2015-03-071-1/+1
* zebra: print "no link-detect"David Lamparter2015-03-021-0/+2
* build: get rid of INCLUDES, use AM_CPPFLAGSDavid Lamparter2015-02-141-1/+1
* zebra: remove rt_ioctl kernel interfaceDavid Lamparter2015-02-142-521/+1
* build: remove ancient Linux/BSD IPv6 cruftDavid Lamparter2015-02-141-3/+2
* zebra: remove kernel_delete_ipv6_old()David Lamparter2015-02-145-39/+0
* zebra, ripngd: remove ::/64 special-casingDavid Lamparter2015-02-141-25/+0
* build: remove INRIA, NRL and MUSICA IPv6 quirksDavid Lamparter2015-02-144-13/+4
* build: remove AIX, NEC EWS and IRIXDavid Lamparter2015-02-146-230/+4
* build: remove Linux non-netlink configDavid Lamparter2015-02-143-427/+3
* zebra: mark multicast commands experimentalDavid Lamparter2015-02-061-0/+7
* zebra: add "show ip rpf" to get result of RPF lookupDavid Lamparter2015-02-061-5/+47
* zebra: make MRIB lookup behaviour switchableDavid Lamparter2015-02-064-21/+169
* zebra: return route_node from rib_match_ipv4_safiDavid Lamparter2015-02-063-10/+18
* zebra: dummy kernel "install" multicast routesDavid Lamparter2015-02-061-8/+29
* zebra: fix optional distance on static mrib routeDavid Lamparter2015-02-061-8/+31
* zebra: mrib: static route supportEverton Marques2015-02-063-36/+91
* zebra: kill rib_match_ipv4()David Lamparter2015-02-063-9/+2
* zebra: mrib: Include BGP routes in RPF lookupsEverton Marques2015-02-063-7/+7
* zebra: add ZEBRA_IPV4_NEXTHOP_LOOKUP_MRIBEverton Marques2015-02-061-0/+96
* zebra: point rib_match_ipv4() to ._safi()Everton Marques2015-02-061-58/+1
* zebra: add rib_match_ipv4_safi()Everton Marques2015-02-062-0/+58
* zebra: identify MRIB on debug messagesDavid Lamparter2015-02-061-1/+4