summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
| * vty_serv_sock_family unusedStephen Hemminger2011-12-071-1/+2
| * lib: fix memory leak on connect() failureStephen Hemminger2011-12-061-12/+11
| * lib: call filter delete hook before freeing access listStephen Hemminger2011-12-061-6/+6
| * lib: prefix2sockunion, prefix_common_bits helper functionsDavid Lamparter2011-11-212-0/+56
| * lib: compile even without IPV6_TCLASSDenis Ovsienko2011-10-171-1/+3
| * IPv6 transport class suppportStephen Hemminger2011-10-172-1/+13
| * bgpd: improve NEXT_HOP attribute checks (BZ#680)Denis Ovsienko2011-09-301-0/+1
| * bgpd: rename SAFI 3 according to RFC4760Denis Ovsienko2011-09-291-1/+1
| * lib: provide more information in case of failed LOOKUP.Dmitrij Tejblum2011-09-272-6/+7
| * lib: use "protocol-independed API" from RFC3678, if that is availableDmitrij Tejblum2011-09-271-4/+22
| * lib: futher simplification of setsockopt_ipv4_multicast()Dmitrij Tejblum2011-09-271-64/+44
| * lib: fix omission in the previous commit to lib/sockopt.cDmitrij Tejblum2011-09-271-0/+1
| * lib: simplify interface of setsockopt_multicast_ipv4().Dmitrij Tejblum2011-09-272-38/+49
| * lib: remove unused variableDenis Ovsienko2011-09-271-3/+1
| * delete CVS keywordsDenis Ovsienko2011-09-275-10/+0
| * configure: dismiss libutil.hStephen Hemminger2011-09-271-4/+0
* | Fix broken prefix-list handling in bgpdChris Hall2012-02-296-803/+891
* | Reverse erroneous part of previous fix for bug in zclient.Chris Hall2012-02-271-2/+0
* | Reviewed and improved vty and (particularly) vtysh.Chris Hall2012-02-2623-1014/+1368
* | Fix bug in stream_put_ipv4()Chris Hall2012-02-245-425/+331
* | Fix zprivs_init for when have capabilities and *not* --dryrun.Chris Hall2012-02-231-2/+4
* | Fix: "--more--" and "no ip prefix-list fred"Chris Hall2012-02-223-63/+139
* | Do not install "end" command in nodes where it has no effect.Chris Hall2012-02-223-30/+63
* | Fix reading encrypted password from config and "pthreads on" commandChris Hall2012-02-2115-732/+712
* | Fix failure to build under --disable-rtadvChris Hall2012-02-211-0/+2
* | vtysh partly restored. bgpd not crashing on over-size messages.Chris Hall2012-02-19115-14336/+25739
* | Merge branch 'pipework' of /git/quagga.euro-ix into euro_ix_bChris Hall2011-09-0811-483/+617
|\ \
| * | Further simplification of CLI state handling.Chris Hall2011-09-0811-483/+617
* | | Fix formatting of memory region "show" when no memory_trackerChris Hall2011-09-081-9/+12
* | | Merge branch 'pipework' of /git/quagga.euro-ix into euro_ix_bex19bChris Hall2011-09-0612-777/+904
|\| |
| * | Further improvements to "pipework".ex19pChris Hall2011-09-0612-777/+904
* | | Update the scaled number output and memory show commands.Chris Hall2011-09-068-1052/+609
* | | Merge branch 'pipework' of /git/quagga.euro-ix into euro_ix_bChris Hall2011-09-055-69/+101
|\| |
| * | Improve scheduling of background tasks in qnexus.Chris Hall2011-09-051-55/+76
| * | Work around issues with IPV6_MINHOPCOUNT -- -DNO_LINUX_IN6_HChris Hall2011-09-051-5/+15
| * | Fix absolute paths in bgp dump configuration commands.Chris Hall2011-09-051-8/+8
* | | Merge branch 'pipework' of /git/quagga.euro-ix into euro_ix_bChris Hall2011-09-0526-210/+1049
|\| |
| * | Fix display of times for "show nexus xxx"Chris Hall2011-09-021-20/+22
| * | Changed gcc options to -std=c99 and -O2, and tighted warnings.Chris Hall2011-09-027-19/+19
| * | Merging of euro_ix branch into pipework.Chris Hall2011-09-0217-188/+1025
| * | Fix qassert()Chris Hall2011-09-011-1/+1
| * | Merge branch 'euro_ix' of /git/quagga.euro-ix into pipeworkChris Hall2011-08-261-2/+2
| |\ \
| | * | Fix compilation of sockopt.c when no IP_MINTTL or IPV6_MINHOPCOUNT (II)Chris Hall2011-08-261-1/+1
| | * | Fix compilation of sockopt.c when no IP_MINTTL or IPV6_MINHOPCOUNT.Chris Hall2011-08-261-2/+4
| * | | Fix compilation of sockopt.c when no IP_MINTTL or IPV6_MINHOPCOUNT.Chris Hall2011-08-261-2/+4
* | | | Fix compilation of sockopt.c when no IP_MINTTL or IPV6_MINHOPCOUNT.Chris Hall2011-08-261-2/+4
* | | | Updated the "symbol table" and added AVL treeChris Hall2011-08-2610-974/+3193
|/ / /
* | | Merge branch 'euro_ix' of /git/quagga.euro-ix into pipeworkex18pChris Hall2011-08-1212-645/+1349
|\| |
| * | Merge with main Quagga source as of 29-Jul-2011.ex17Chris Hall2011-08-1211-634/+1291
| |\|
| | * lib: Add support for IPv6 ttl securityStephen Hemminger2011-03-241-11/+19