summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* configure: fix spellingDavid Ward2009-12-031-1/+1
* ospfd: VTY strings cleanupStephen Hemminger2009-12-031-15/+2
* ospfd: comment out unused functionStephen Hemminger2009-12-031-0/+2
* ospfd: make local functions staticStephen Hemminger2009-12-032-55/+8
* zebra: fix RIB debug message for IPv6David Ward2009-12-031-4/+4
* zebra: make declaration const in rtm_flag_dump()Tom Goff2009-12-031-1/+1
* ospf6d: fix LSA locking in ospf6_new_ls_id()Tom Goff2009-12-011-0/+3
* configure: fix HAVE_CLOCK_MONOTONIC spellingDmitry Tejblum2009-11-051-1/+1
* [ospfd] enable more OSPF cost command aliasesDenis Ovsienko2009-09-281-0/+88
* zebra: Fix router advertisements for non-Ethernet link layer addressesDavid Ward2009-09-011-2/+16
* release: 0.99.15quagga_0_99_15_releasePaul Jakma2009-08-281-1/+1
* ospf6d: bug #529, fix endianness problem in earlier commit Tom Henderson2009-08-281-7/+4
* bgpd: fix md5 set on listen socketsStephen Hemminger2009-08-281-9/+10
* lib/trivial: str2prefix checks return of inet_pton in fragile wayPaul Jakma2009-08-281-2/+2
* zebra: Add an example config file for testzebraPaul Jakma2009-08-281-0/+56
* zebra: test_main.c should be a bit more helpful about its usagePaul Jakma2009-08-281-1/+5
* lib: if_lookup_by_name should be more robust to null argumentPaul Jakma2009-08-281-7/+9
* ospfd: Make sure priority is respected.Joakim Tjernlund2009-08-281-1/+1
* ospfd: Tighten up the connected check for redistributionJoakim Tjernlund2009-08-281-8/+5
* all: check return value from daemon() callStephen Hemminger2009-08-139-17/+45
* bgp: missing pieces from listener patchStephen Hemminger2009-08-131-10/+5
* bgp: compiler warning fixStephen Hemminger2009-08-131-2/+2
* ospfd: fix performance problem with redistribute deleteStephen Hemminger2009-08-132-14/+4
* ospfd: Make sure route table is recalculated.Joakim Tjernlund2009-08-111-18/+23
* ospfd: Make "Packet ... received on wrong link" conditional on debugPaul Jakma2009-08-111-2/+3
* bgpd: Fix mistakes in applying 'allow inbound connections to non-default view'Paul Jakma2009-08-051-26/+28
* ospfd: neuter some compiler warningsPaul Jakma2009-08-031-38/+1
* ospfd: update some commentsPaul Jakma2009-08-032-7/+17
* ospfd: Change struct ospf_path *oi to ifindex.Joakim Tjernlund2009-08-037-31/+34
* ospfd: Discriminate better when selecting links between vertices in SPFJoakim Tjernlund2009-07-301-7/+5