| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | zebra: show routes in a specified VRF or all VRFs | Feng Lu | 2015-06-02 | 1 | -36/+1094 |
* | zebra: let FIB stand for its respective VRF | Feng Lu | 2015-06-02 | 9 | -151/+229 |
* | zebra: show interfaces in a specified VRF or all VRFs | Feng Lu | 2015-06-02 | 1 | -23/+186 |
* | lib, zebra, vtysh: configure an interface in non-default VRF | Feng Lu | 2015-06-02 | 1 | -4/+19 |
* | *: call if_init()/if_terminate() from vrf_init()/vrf_terminate() | Feng Lu | 2015-06-02 | 2 | -2/+0 |
* | lib, zebra: add "vrf_id" into the "struct interface" | Feng Lu | 2015-06-02 | 1 | -9/+13 |
* | lib, zebra: move "struct vrf" to be a lib module | Feng Lu | 2015-06-02 | 9 | -188/+219 |
* | zebra: use prefix2str for logging where possible | Timo Teräs | 2015-06-01 | 10 | -154/+107 |
* | zebra/vty: use prefix2str and unify show ip/ipv6 route code | Timo Teräs | 2015-06-01 | 1 | -298/+114 |
* | zebra: simplify redistribution code | Timo Teräs | 2015-05-29 | 1 | -28/+4 |
* | zebra: fix rtadv check for non-glibc linux | Timo Teräs | 2015-05-05 | 1 | -1/+1 |
* | zebra: fix build with rtadv disabled | Timo Teräs | 2015-05-05 | 1 | -1/+2 |
* | Merge branch 'volatile/fix_warnings' | David Lamparter | 2015-04-23 | 15 | -206/+93 |
|\ |
|
| * | zebra: fix NetBSD interface stats printf | David Lamparter | 2015-04-21 | 1 | -18/+23 |
| * | *: fix more initialisers (for BSD) | David Lamparter | 2015-04-21 | 1 | -2/+2 |
| * | zebra: silence zebra_serv_un unused warning | David Lamparter | 2015-04-21 | 1 | -1/+2 |
| * | build: add --enable-werror | David Lamparter | 2015-04-21 | 1 | -1/+1 |
| * | zebra: clean up misc_null pragmas | David Lamparter | 2015-04-21 | 1 | -4/+15 |
| * | zebra: static int inline -> static inline int | David Lamparter | 2015-04-21 | 1 | -2/+2 |
| * | zebra: use SA_SIZE for RT_ROUNDUP on FreeBSD | David Lamparter | 2015-04-21 | 1 | -10/+8 |
| * | zebra: use prototypes/includes in rt_netlink | David Lamparter | 2015-04-21 | 3 | -5/+6 |
| * | zebra: remove unused netlink_route()/kernel_rtm_ipv6() | David Lamparter | 2015-04-21 | 2 | -135/+0 |
| * | zebra, isisd: cast to unsigned char for ctypes | David Lamparter | 2015-04-21 | 1 | -1/+2 |
| * | bgpd, zebra: fix struct/pointer sizeof mixups | David Lamparter | 2015-04-21 | 1 | -2/+2 |
| * | *: add missing includes | David Lamparter | 2015-04-21 | 1 | -0/+1 |
| * | *: use void * for printing pointers | David Lamparter | 2015-04-21 | 1 | -25/+29 |
* | | Fix alignment assumptions on non-RT_ROUNDUP platforms. | Greg Troxel | 2015-03-23 | 1 | -2/+2 |
|/ |
|
* | zebra: don't print uninitialized string (3b02fe8) | David Lamparter | 2015-03-07 | 1 | -1/+1 |
* | zebra: print "no link-detect" | David Lamparter | 2015-03-02 | 1 | -0/+2 |
* | build: get rid of INCLUDES, use AM_CPPFLAGS | David Lamparter | 2015-02-14 | 1 | -1/+1 |
* | zebra: remove rt_ioctl kernel interface | David Lamparter | 2015-02-14 | 2 | -521/+1 |
* | build: remove ancient Linux/BSD IPv6 cruft | David Lamparter | 2015-02-14 | 1 | -3/+2 |
* | zebra: remove kernel_delete_ipv6_old() | David Lamparter | 2015-02-14 | 5 | -39/+0 |
* | zebra, ripngd: remove ::/64 special-casing | David Lamparter | 2015-02-14 | 1 | -25/+0 |
* | build: remove INRIA, NRL and MUSICA IPv6 quirks | David Lamparter | 2015-02-14 | 4 | -13/+4 |
* | build: remove AIX, NEC EWS and IRIX | David Lamparter | 2015-02-14 | 6 | -230/+4 |
* | build: remove Linux non-netlink config | David Lamparter | 2015-02-14 | 3 | -427/+3 |
* | zebra: mark multicast commands experimental | David Lamparter | 2015-02-06 | 1 | -0/+7 |
* | zebra: add "show ip rpf" to get result of RPF lookup | David Lamparter | 2015-02-06 | 1 | -5/+47 |
* | zebra: make MRIB lookup behaviour switchable | David Lamparter | 2015-02-06 | 4 | -21/+169 |
* | zebra: return route_node from rib_match_ipv4_safi | David Lamparter | 2015-02-06 | 3 | -10/+18 |
* | zebra: dummy kernel "install" multicast routes | David Lamparter | 2015-02-06 | 1 | -8/+29 |
* | zebra: fix optional distance on static mrib route | David Lamparter | 2015-02-06 | 1 | -8/+31 |
* | zebra: mrib: static route support | Everton Marques | 2015-02-06 | 3 | -36/+91 |
* | zebra: kill rib_match_ipv4() | David Lamparter | 2015-02-06 | 3 | -9/+2 |
* | zebra: mrib: Include BGP routes in RPF lookups | Everton Marques | 2015-02-06 | 3 | -7/+7 |
* | zebra: add ZEBRA_IPV4_NEXTHOP_LOOKUP_MRIB | Everton Marques | 2015-02-06 | 1 | -0/+96 |
* | zebra: point rib_match_ipv4() to ._safi() | Everton Marques | 2015-02-06 | 1 | -58/+1 |
* | zebra: add rib_match_ipv4_safi() | Everton Marques | 2015-02-06 | 2 | -0/+58 |
* | zebra: identify MRIB on debug messages | David Lamparter | 2015-02-06 | 1 | -1/+4 |