index
:
tteras/quagga
master
nhrp
tteras
tteras' quagga tree
gitolite
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
zebra
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
zebra: factor out rib debug logs
David Lamparter
2015-02-06
1
-63
/
+51
*
zebra/kernel_socket.c: Use platform alignment
Greg Troxel
2014-12-02
1
-10
/
+40
*
Added show command to display only the routes in the RIB that does not count ...
Dinesh G Dutt
2014-11-11
1
-0
/
+124
*
Make static IPv6 routes respect non-default routing tables.
Dinesh G Dutt
2014-11-11
1
-0
/
+1
*
zebra: MBGP routes should not be installed in the kernel
Balaji
2014-10-30
1
-2
/
+8
*
zebra: route_unlock_node is missing in "show ip[v6] route <prefix>" commands
Lu Feng
2014-10-27
1
-0
/
+4
*
zebra: Build the test client, can be useful, and add IPv6 to testrib.conf
Paul Jakma
2014-10-17
2
-4
/
+24
*
Fix most compiler warnings in default GCC build.
Paul Jakma
2014-09-23
4
-23
/
+25
*
Add missing GPL headers, and copyright claims that certainly apply.
Paul Jakma
2014-09-19
4
-0
/
+84
*
zebra: fix rtnh_len in the rt_netlink messages for multipath case
Lu Feng
2014-09-15
1
-1
/
+2
*
zebra: fix struct msghdr initializers
Timo Teräs
2014-08-18
1
-4
/
+20
*
*: nuke ^L (page feed)
David Lamparter
2014-06-04
15
-48
/
+48
*
zebra: raise the privileges before calling socket()
Michal Sekletar
2014-05-27
1
-6
/
+6
*
zebra: Change the mechanism for comparing route ID's.
Ken Williams
2014-04-22
1
-3
/
+1
*
lib/command.c: rewrite command matching/parsing
Christian Franke
2014-04-01
2
-6
/
+0
*
bgpd, ospfd, zebra: fix some DEFUN definitions
Christian Franke
2014-04-01
3
-8
/
+8
*
zebra: apply syntactic sugar to rib_dump()
David Lamparter
2014-04-01
3
-9
/
+13
*
zebra: set metric for directly connected routes via netlink to 0
Brett Ciphery
2014-04-01
1
-3
/
+3
*
ospf6d: solve segfaults with ospf6d on FreeBSD
Ingo Flaschberger
2014-03-21
1
-0
/
+1
*
security: Fix some typos and potential NULL-deref
Remi Gacogne
2014-02-11
1
-1
/
+1
*
zebra: log routes w/o gateway in rib_delete_ipv4
Christian Franke
2014-02-11
1
-6
/
+14
*
zebra: match gateway when deleting NEXTHOP_IPV4_IFINDEX routes
Christian Franke
2014-02-10
1
-0
/
+1
*
zebra: make rib_dump() compatible with IPv6 RIB
Vincent Bernat
2013-10-22
2
-9
/
+24
*
zebra: apply route-maps for interface routes
Christian Franke
2013-09-19
1
-0
/
+12
*
zebra: fix recursive-routes via ifindex routes
Christian Franke
2013-09-19
1
-16
/
+49
*
zebra: implement NEXTHOP_FLAG_ONLINK
Christian Franke
2013-09-19
3
-1
/
+18
*
zebra: handle blackholes encountered in recursive resolution
Christian Franke
2013-09-19
1
-0
/
+12
*
zebra: rework recursive route resolution
Christian Franke
2013-09-19
9
-716
/
+625
*
zebra: improve interface shutdown behaviour
Christian Franke
2013-09-19
2
-18
/
+49
*
zebra: don't change connected state from zebra/interface.c
Christian Franke
2013-09-19
2
-106
/
+69
*
zebra: add ZEBRA_IFC_QUEUED to keep track of kernel state
Christian Franke
2013-09-19
2
-5
/
+23
*
zebra: warn if advertising connected with _REAL unset
Christian Franke
2013-09-19
1
-0
/
+3
*
zebra: consolidate connected_implicit_withdraw
Christian Franke
2013-09-19
1
-21
/
+14
*
zebra: clear ZEBRA_IFC_CONFIGURED on "no ipv6 addr"
Christian Franke
2013-09-19
1
-0
/
+2
*
zebra: make if_subnet_delete a bit more strict
Christian Franke
2013-09-19
2
-3
/
+19
*
zebra: process information about new addresses (BZ#486)
Christian Franke
2013-09-19
1
-2
/
+5
*
bgpd, zebra: support NEXTHOP_IPV4_IFINDEX in bgp import check
Christian Franke
2013-08-06
1
-0
/
+4
[next]