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: 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
*
bgpd, zebra: Support NEXTHOP_IPV4_IFINDEX in nexthop_lookup api
Christian Franke
2013-08-06
1
-0
/
+12
*
zebra: improve display of NEXTHOP_IPV4_IFINDEX in show ip route
Christian Franke
2013-08-06
1
-2
/
+9
*
zebra: don't printf to stdout on ZEBRA_IPV6_NEXTHOP_LOOKUP
Christian Franke
2013-07-31
1
-1
/
+3
*
zebra: use SO_RCVBUFFORCE for netlink socket
Ulrich Weber
2013-02-23
1
-1
/
+13
*
build: fix "pragma weak" mixups
David Lamparter
2013-02-09
1
-1
/
+1
*
zebra: fix sockaddr_dl length assumptions (BZ#737)
David Lamparter
2013-01-16
2
-4
/
+13
*
zebra: don't overrun afi/safi array boundaries
Leonid Rosenboim
2013-01-14
1
-0
/
+6
*
zebra: fix netlink NL_PKT_BUF_SIZE
高鹏
2013-01-11
1
-1
/
+1
*
testzebra: pragma weak: detect systems with weak alias and provide alternative
Doug VanLeuven
2013-01-11
4
-0
/
+62
*
build: fix dist tarball
David Lamparter
2012-12-13
1
-1
/
+2
*
zebra: include intf when sending IPv4 nexthop to FPM
Avneesh Sachdev
2012-11-30
1
-17
/
+6
*
zebra: add module to communicate routes to FPM
Avneesh Sachdev
2012-11-30
11
-1
/
+2335
*
zebra: extern/extract some functions from rt_netlink.c
Avneesh Sachdev
2012-11-30
4
-22
/
+98
*
zebra: add iterator for walking all tables in RIB
Avneesh Sachdev
2012-11-30
2
-0
/
+155
*
zebra: add way to determine VRF/AFI/SAFI of table
Avneesh Sachdev
2012-11-30
2
-4
/
+61
*
zebra: add structure to hold per-prefix state in RIB
Avneesh Sachdev
2012-11-30
5
-98
/
+275
*
build: check actually-used BSD link state fields
Doug VanLeuven
2012-11-05
1
-6
/
+6
*
zebra: kernel_socket: fix overflow in RTA_ADDR & RTA_ATTR
Doug VanLeuven
2012-11-05
1
-9
/
+22
*
zebra: kernel_socket: fix 64bit MacOS X alignment
Doug VanLeuven
2012-11-05
1
-0
/
+6
*
build: reorder libraries to address linker error
Avneesh Sachdev
2012-11-01
1
-2
/
+2
*
*: use array_size() helper macro
Balaji.G
2012-10-25
4
-5
/
+5
*
zebra: make static routes respect table setting
Nolan Leake
2012-10-25
1
-0
/
+1
*
zebra: Add support for ZEBRA_NEXTHOP_IPV4_IFINDEX
Joakim Tjernlund
2012-07-25
1
-0
/
+9
*
zebra: lingering IP address after deletion (BZ#486)
David Lamparter
2012-07-13
1
-3
/
+18
*
snmp: let handlers accept OID from a lesser prefix
Vincent Bernat
2012-06-25
1
-0
/
+8
[next]