Age | Commit message (Expand) | Author |
2013-09-19 | zebra: fix recursive-routes via ifindex routes | Christian Franke |
2013-09-19 | zebra: implement NEXTHOP_FLAG_ONLINK | Christian Franke |
2013-09-19 | zebra: handle blackholes encountered in recursive resolution | Christian Franke |
2013-09-19 | zebra: rework recursive route resolution | Christian Franke |
2013-09-19 | zebra: improve interface shutdown behaviour | Christian Franke |
2013-09-19 | zebra: don't change connected state from zebra/interface.c | Christian Franke |
2013-09-19 | zebra: add ZEBRA_IFC_QUEUED to keep track of kernel state | Christian Franke |
2013-09-19 | zebra: warn if advertising connected with _REAL unset | Christian Franke |
2013-09-19 | zebra: consolidate connected_implicit_withdraw | Christian Franke |
2013-09-19 | zebra: clear ZEBRA_IFC_CONFIGURED on "no ipv6 addr" | Christian Franke |
2013-09-19 | zebra: make if_subnet_delete a bit more strict | Christian Franke |
2013-09-19 | zebra: process information about new addresses (BZ#486) | Christian Franke |
2013-08-06 | bgpd, zebra: support NEXTHOP_IPV4_IFINDEX in bgp import check | Christian Franke |
2013-08-06 | bgpd, zebra: Support NEXTHOP_IPV4_IFINDEX in nexthop_lookup api | Christian Franke |
2013-08-06 | zebra: improve display of NEXTHOP_IPV4_IFINDEX in show ip route | Christian Franke |
2013-07-31 | zebra: don't printf to stdout on ZEBRA_IPV6_NEXTHOP_LOOKUP | Christian Franke |
2013-02-23 | zebra: use SO_RCVBUFFORCE for netlink socket | Ulrich Weber |
2013-02-09 | build: fix "pragma weak" mixups | David Lamparter |
2013-01-16 | zebra: fix sockaddr_dl length assumptions (BZ#737) | David Lamparter |
2013-01-14 | zebra: don't overrun afi/safi array boundaries | Leonid Rosenboim |
2013-01-11 | zebra: fix netlink NL_PKT_BUF_SIZE | 高鹏 |
2013-01-11 | testzebra: pragma weak: detect systems with weak alias and provide alternative | Doug VanLeuven |
2012-12-13 | build: fix dist tarball | David Lamparter |
2012-11-30 | zebra: include intf when sending IPv4 nexthop to FPM | Avneesh Sachdev |
2012-11-30 | zebra: add module to communicate routes to FPM | Avneesh Sachdev |
2012-11-30 | zebra: extern/extract some functions from rt_netlink.c | Avneesh Sachdev |
2012-11-30 | zebra: add iterator for walking all tables in RIB | Avneesh Sachdev |
2012-11-30 | zebra: add way to determine VRF/AFI/SAFI of table | Avneesh Sachdev |
2012-11-30 | zebra: add structure to hold per-prefix state in RIB | Avneesh Sachdev |
2012-11-05 | build: check actually-used BSD link state fields | Doug VanLeuven |
2012-11-05 | zebra: kernel_socket: fix overflow in RTA_ADDR & RTA_ATTR | Doug VanLeuven |
2012-11-05 | zebra: kernel_socket: fix 64bit MacOS X alignment | Doug VanLeuven |
2012-11-01 | build: reorder libraries to address linker error | Avneesh Sachdev |
2012-10-25 | *: use array_size() helper macro | Balaji.G |
2012-10-25 | zebra: make static routes respect table setting | Nolan Leake |
2012-07-25 | zebra: Add support for ZEBRA_NEXTHOP_IPV4_IFINDEX | Joakim Tjernlund |
2012-07-13 | zebra: lingering IP address after deletion (BZ#486) | David Lamparter |
2012-06-25 | snmp: let handlers accept OID from a lesser prefix | Vincent Bernat |
2012-06-25 | build: use net-snmp-config to configure NetSNMP | Vincent Bernat |
2012-06-25 | build: only define HAVE_SNMP | Vincent Bernat |
2012-06-25 | build: allow configure and build in a separate directory | Vincent Bernat |
2012-05-09 | zebra: fix up compilation without rtadv/IPv6 | Joachim Nilsson |
2012-05-02 | zebra: feed Connected routes into MRIB | G.Balaji |
2012-05-02 | zebra: no need to clear memory of the netlink buffers | Jorge Boncompte [DTI2] |
2012-05-02 | lib, zebra: extend use of sockunion2ip macro | Jorge Boncompte [DTI2] |
2012-05-02 | bgpd, zebra: Fix format for some metric outputs | Jorge Boncompte [DTI2] |
2012-04-20 | Revert "zebra: clean up client routes when client goes away" | David Lamparter |
2012-04-16 | zebra: use larger buffer (4096) for netlink messages | JR Rivers |
2012-04-11 | Merge quagga mainline into the google ISIS code. | Avneesh Sachdev |
2012-04-08 | zebra: include hardware addr in if up/down messages | Josh Bailey |