Age | Commit message (Expand) | Author |
2013-01-11 | zebra: fix netlink NL_PKT_BUF_SIZE | 高鹏 |
2013-01-11 | build: Fix build for systems with no /bin/true | Hasso Tepper |
2013-01-11 | build: MacOSX needs BSD struct ip_mreq hack too | Hasso Tepper |
2013-01-11 | testzebra: pragma weak: detect systems with weak alias and provide alternative | Doug VanLeuven |
2013-01-11 | Merge remote-tracking branch 'savannah/sf/ospfd' | David Lamparter |
2013-01-07 | ospfd: Remove dup MaxAge LSA flood | Dinesh G Dutt |
2013-01-07 | ospfd: Corrected ospfd Type-4/Type-5 ls update handling | Vishal Kumar |
2013-01-07 | ospfd: compile warning cleanups | Andrew Certain |
2013-01-07 | ospfd: Update nsm_change_state to static scope, as it is not called from else... | Andrew Certain |
2013-01-07 | ospfd: Changed TE instance check to remove -Wtype-limits warning | Andrew Certain |
2013-01-07 | lib: Changes to VTY string-parsing macros to remove warnings | Andrew Certain |
2013-01-07 | ospfd: Update comments to be more clear in packet processing | Andrew Certain |
2013-01-07 | ospfd: Fixed signed/unsigned masking of negative metrics | Andrew Certain |
2013-01-07 | ospfd: Fixed typo bug in ospf_vty.h:ospf_neighbor | Andrew Certain |
2013-01-07 | ospfd: fix argument parsing for distribute-list | Christian Franke |
2013-01-07 | ospf: fix apiserver enable | David Lamparter |
2013-01-07 | ospf: Fix type-4 network mask to 0 per RFC | Leonard Tracy |
2013-01-07 | ospf: Reduce MaxAge log level | Ayan Banerjee |
2013-01-07 | ospf: Convert MAX_AGE LSA list to tree | Dinesh Dutt |
2013-01-07 | ospf: forward ref. of areas for "max-metric router-lsa administrative" cmd | Ayan Banerjee |
2013-01-07 | ospf: suppress delete using replacement | Ayan Banerjee |
2012-12-13 | build: check for .git in configure.ac | David Lamparter |
2012-12-13 | build: fix dist tarball | David Lamparter |
2012-12-13 | build: update ICC warning CFLAGS | David Lamparter |
2012-12-12 | isisd: fix ipv6 metric endianness | Nick Hilliard |
2012-12-12 | isisd: verify metrics on metric-style transition | Christian Franke |
2012-12-12 | isisd: fix metrics check for metric-style narrow | Christian Franke |
2012-12-12 | isisd: address Coverity warnings | David Lamparter |
2012-12-12 | isisd: always join all IS-IS multicast groups | David Lamparter |
2012-12-12 | isisd: save metric-style narrow | Christian Franke |
2012-12-12 | isisd: fix spftree_area_del typo causing SEGV | David Lamparter |
2012-12-12 | isisd: drop hellos without supported protocol list | David Lamparter |
2012-12-12 | isisd: refuse adjacencies with our own system ID | David Lamparter |
2012-12-12 | isisd: do not add >63 IP addresses to hello | David Lamparter |
2012-12-12 | build: include git info | David Lamparter |
2012-11-30 | zebra: include intf when sending IPv4 nexthop to FPM | Avneesh Sachdev |
2012-11-30 | doc: add blurbs on zebra FPM interface and commands | Avneesh Sachdev |
2012-11-30 | zebra: add module to communicate routes to FPM | Avneesh Sachdev |
2012-11-30 | fpm: Add public header for Forwarding Plane Manager | Avneesh Sachdev |
2012-11-30 | lib: bring in sys/queue.h from FreeBSD tree | 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-30 | bgpd: document bgp neighbor local-as peer command | Andrew Certain |
2012-11-30 | bgpd: Fixed out-of-date comment | Andrew Certain |
2012-11-30 | bgpd: add replace-as modifier for BGP neighbor | Andrew Certain |
2012-11-05 | lib: Implement monotonically increasing clock for Darwin. | Hasso Tepper |
2012-11-05 | isisd: clock_gettime() -> quagga_gettime() conversion. | Hasso Tepper |
2012-11-05 | ospfd: remove some buggy extra ';' symbols. | Hasso Tepper |