summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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-025-4/+62
* lib: move the interface list into "struct vrf"Feng Lu2015-06-024-58/+259
* *: call if_init()/if_terminate() from vrf_init()/vrf_terminate()Feng Lu2015-06-0218-23/+25
* lib, zebra: add "vrf_id" into the "struct interface"Feng Lu2015-06-023-13/+19
* lib, zebra: move "struct vrf" to be a lib moduleFeng Lu2015-06-0214-192/+591
* ospf6d, bgpd: avoid calling if_nametoindexFeng Lu2015-06-024-15/+13
* 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
* lib: make prefix2str simpler to use, and use it in zclientTimo Teräs2015-06-013-7/+11
* lib: make sockunion2str safer to useTimo Teräs2015-06-011-5/+12
* route table: constify some APIsTimo Teräs2015-05-292-8/+8
* zebra: simplify redistribution codeTimo Teräs2015-05-291-28/+4
* sockunion: add accessors for sockunion addressTimo Teräs2015-05-292-0/+61
* lib: allow caller to provide prefix storage in sockunion2hostprefixTimo Teräs2015-05-294-22/+15
* privs: fix privilege dropping to use system defined groupsTimo Teräs2015-05-291-19/+47
* tests: add testcli reference in/out & do DejaGNUDavid Lamparter2015-05-275-1/+410
* tests: add CLI dummy command-exec toolDavid Lamparter2015-05-275-1/+200
* Revert "lib: wrong #define used for IPV6_MINHOPCOUNT"David Lamparter2015-05-272-11/+4
* ripngd: allow to enable/disable the ECMP featureFeng Lu2015-05-273-5/+103
* ripngd: add ECMP supportFeng Lu2015-05-276-349/+459
* lib: wrong #define used for IPV6_MINHOPCOUNTDonald Sharp2015-05-272-4/+11
* lib/privs: Don't use CAP_NET_BROADCASTChristian Franke2015-05-271-2/+1
* lib/privs: display more info if cap_set_proc fails.Christian Franke2015-05-271-1/+15
* isisd: always print adj->sysid (clang 3.6 warning)David Lamparter2015-05-271-7/+1
* lib/vty: don't clear output buffer on input EOFDavid Lamparter2015-05-271-1/+1
* lib/vty: add vty_stdio at-close hookDavid Lamparter2015-05-272-2/+8
* lib/vty: put stdin in raw mode for vtyDavid Lamparter2015-05-271-1/+36
* lib/vty: add vty_stdio()David Lamparter2015-05-272-21/+57
* lib/vty: add separate output fd support to VTYsDavid Lamparter2015-05-273-13/+19
* vtysh: fix the fix for babeld removal... (5460bae)David Lamparter2015-05-271-0/+7
* lib: fix "sockunion: add hash function" for BSD (9196caf)David Lamparter2015-05-202-11/+12
* sockunion: add hash functionTimo Teräs2015-05-202-0/+17
* bgpd: allow using rtt in route-map's set metricTimo Teräs2015-05-204-12/+52
* sockopt: add support for querying tcp round-trip-timeTimo Teräs2015-05-202-0/+17
* bgpd: refactor route-map objects modifying integer valuesTimo Teräs2015-05-201-192/+111
* *: fix "babeld: Remove babeld from Quagga" (336724d)David Lamparter2015-05-2011-123/+4
* babeld: Remove babeld from QuaggaPaul Jakma2015-05-1538-8930/+5
* ospfd: Remove another odd flooding hack in opaque LSA codePaul Jakma2015-05-143-125/+0
* lib: assert(0) still needs a returnDavid Lamparter2015-05-141-0/+1
* lib: fix "reduce strcmp in CLI" fallout (10bac801)David Lamparter2015-05-142-33/+19
* lib: straighten out ORF prefix list supportDavid Lamparter2015-05-055-107/+59
* lib: hide internal prefix list structuresDavid Lamparter2015-05-055-45/+84
* bgpd: speed up "no-hit" withdraws for routeserversDavid Lamparter2015-05-053-12/+25