summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | netlink: display scope value in debugDavid Lamparter2010-02-033-0/+53
* | | lib: lookup(): support 0 as a key, use NULL str for end of listDavid Lamparter2010-02-031-1/+1
* | | zebra: shorten code for command helpDavid Lamparter2010-02-031-25/+17
* | | zebra: add '[no] ip address A.B.C.D peer A.B.C.D/M'David Lamparter2010-02-031-15/+91
* | | zebra: netlink backend support setting a P-t-P addressDavid Lamparter2010-02-031-4/+13
* | | zebra: add connected_check_ptp infrastructureDavid Lamparter2010-02-033-7/+51
* | | bgpd: Fix nexthops for IPv4 routes on IPv6 peerings.David Lamparter2010-02-031-1/+24
* | | bgpd: Add flags to MRT dumpDavid Lamparter2010-02-034-3/+14
* | | bgpd: include "localhost" pseudo-peer in MRT dumpDavid Lamparter2010-02-031-1/+9
* | | zebra: accept "connected" routes from protocols other than ConnectedDavid Lamparter2010-02-031-1/+2
* | | zebra: fix bug #486 (lingering after IP address deletion)David Lamparter2010-02-031-4/+9
* | | lib: add sockopt helper for setting IPV6_V6ONLY and use itDavid Lamparter2010-02-034-8/+27
* | | lib: put route_types.txt to real useDavid Lamparter2010-02-0310-572/+387
* | | zebra: fix redistribution of new protocolsDavid Lamparter2010-02-031-34/+12
* | | rib: default distance value for new protocols (v2)David Lamparter2010-02-031-1/+5
* | | build: libzebra link fix: add libcapDavid Lamparter2010-02-031-1/+1
* | | build: fixup autoconf for cross-compiling (to OpenWRT)David Lamparter2010-02-031-6/+12
* | | build: ignore mkinstalldirs and texinfo.texDavid Lamparter2010-02-034-7187/+2
* | | build: ignore libtool m4 filesDavid Lamparter2010-02-031-0/+1
|/ /
* | lib: undo the last PIE commitStephen Hemminger2010-01-271-3/+0
* | lib: fix PIE build flagsMathias Krause2010-01-201-0/+3
* | bgp: use monotonic clock for time of dayStephen Hemminger2010-01-157-46/+43
* | ospfd: Fix debug messages that were masked by DISCARD_LSAPaul Jakma2010-01-141-3/+4
* | ospfd: remove unneeded memset from a very hot functionPaul Jakma2010-01-141-1/+0
* | lib: fix memory loggingDavid Ward2010-01-131-3/+5
* | zebra: change router-id selection algoStephen Hemminger2009-12-211-10/+6
* | lib: make some structures constantStephen Hemminger2009-12-213-7/+7
* | bgpd: code cleanupStephen Hemminger2009-12-175-21/+4
* | ripd: fix compiler warningsStephen Hemminger2009-12-104-8/+17
* | ospf6d: remove dead codeStephen Hemminger2009-12-102-17/+2
* | ospf6d: fix warnings from recent prefix bit commitStephen Hemminger2009-12-102-2/+8
* | ripngd: compiler warnings cleanupStephen Hemminger2009-12-102-23/+13
* | zebra: deal with irdp compile warningsStephen Hemminger2009-12-104-31/+27
* | bgpd: compile warnings cleanupStephen Hemminger2009-12-104-75/+1
* | zebra: cleanup RIB meta queue codeStephen Hemminger2009-12-091-37/+10
* | lib: move check_bit into prefix common codeStephen Hemminger2009-12-095-72/+22
* | lib: fix warning on little endianStephen Hemminger2009-12-091-1/+2
* | zebra: fix more warnings in rtadvStephen Hemminger2009-12-081-8/+5
* | Merge branch 'master' of ssh://code.quagga.net/var/lib/git/quaggaDenis Ovsienko2009-12-083-27/+16
|\ \
| * | zebra: remove unused function to fix warningStephen Hemminger2009-12-081-13/+0
| * | lib: make match functions take const argsStephen Hemminger2009-12-082-14/+16
* | | zebra: fix more compiler warningsStephen Hemminger2009-12-081-40/+4
|/ /
* | lib: remove unused function: route_dump_node()Denis Ovsienko2009-12-071-17/+0
* | lib: log source of vty connections (bug #566)heasley2009-12-071-0/+6
* | ospf6d: review LSA sequence number comparisonOndrej Zajicek2009-12-071-7/+4
* | bgpd: work around warning in assegments_parse()Denis Ovsienko2009-12-041-2/+5
* | zebra: handle RTF_CLONING removal from FreeBSD 8.0David Ward2009-12-031-0/+7
* | isisd: fix --enable-isis-topology for 64-bit LinuxDavid Ward2009-12-031-0/+3
* | zebra: fix argument reference in strncpy() call for BSDheasley2009-12-031-1/+1
* | isisd: fix BPF ioctl() calls, treat "true" and "false" as reservedDavid Ward2009-12-031-6/+7