summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | isisd: Fix LSPs not being regenerated after adjacency changeMichael Zingg2015-10-271-1/+12
* | bgpd, lib: memory cleanups for valgrind, plus debug changesLou Berger2015-10-278-42/+99
* | ospfd: PointToPoint neighbors are identified by router IDJoakim Tjernlund2015-10-271-8/+11
* | Revert "Fix to take care of ordering between interface and router ospf command."Paul Jakma2015-10-271-9/+0
* | ospfd: Extend 'ip ospf area' to take address argument + rationalise ospf enablePaul Jakma2015-10-275-169/+253
* | ospfd: Impl. per interface 'ip ospf area' commandJoakim Tjernlund2015-10-273-9/+187
* | ospfd: split up network interface enable a bit, for per-interface area cmdJoakim Tjernlund2015-10-271-55/+71
* | bgpd: fix using of two pointers for struct thread_master *Donald Sharp2015-10-278-34/+26
* | lib: Fix duplicate variable name in smux.c and vty.cDonald Sharp2015-10-272-15/+15
* | isisd: Drop packet received on multiple interfaces due to the time gap in bin...Amritha Nambiar2015-10-271-5/+17
* | pimd: Cleanup interface startupDonald Sharp2015-10-272-55/+18
* | pimd: Notice when we receive a packet type we can't handle yetDonald Sharp2015-10-271-0/+14
* | pimd: Add knowledge of different packet typesDonald Sharp2015-10-271-0/+6
* | pimd: Cleanup zebra debugs to be protected by debug commandsDonald Sharp2015-10-277-44/+48
* | pimd: Do not display some default values as part of a show runDonald Sharp2015-10-271-10/+16
* | tests: Fix warnings from test-stream.cDonald Sharp2015-10-271-3/+3
* | quagga: Additional centos 6 -enable-werror fixesDonald Sharp2015-10-273-15/+16
* | vtysh: Fix Quagga.conf file read in.Donald Sharp2015-10-273-68/+54
* | lib: zclient.c remove extern struct thread_master *Donald Sharp2015-10-2727-43/+47
* | git: add (generated) cscope files to .gitignoreDonald Sharp2015-10-271-1/+1
* | vtysh: Allow display of individual daemons configsDonald Sharp2015-10-271-0/+44
* | HACKING: Change format to MarkDownPaul Jakma2015-09-301-300/+267
* | HACKING: rename to HACKING.md in prep for conversion to MarkDownPaul Jakma2015-09-301-0/+0
|/
* ospf6d: Fix for fast OSPF convergenceMichael Rossberg2015-09-301-1/+1
* bgpd: 'set comm-list delete' stops as soon as it hits a community-list entry ...Daniel Walton2015-09-243-76/+139
* bgpd: If route-map does not exist DENY for redistribute statementsDaniel Walton2015-09-241-1/+1
* Fixed if_add_update possible null dereferenceMorgan Stewart2015-09-241-0/+2
* pimd: Fix compile warning (error with Werror) on BSDPaul Jakma2015-09-241-2/+5
* pimd: Remove stdout zlog changesDonald Sharp2015-09-241-17/+1
* pimd: Fix leaked fdDonald Sharp2015-09-241-0/+1
* zebra: Fix leaked sockets in rtadv.cMorgan Stewart2015-09-241-6/+24
* zebra: rib->nexthop_num is double incrementedDonald Sharp2015-09-241-2/+0
* zebra: fix addr sent in ZEBRA_IPV6_NEXTHOP_LOOKUPHiroshi Yokoi2015-09-241-1/+1
* vtysh: allow --with-libpam to build with --enable-werrorDonald Sharp2015-09-241-1/+1
* vtysh: Add missing show thread/work-queues commandsDonald Sharp2015-09-241-0/+52
* vrf: add a runtime check before playing with netnsNicolas Dichtel2015-09-241-37/+58
* build/arm: Arm compilation warning fixDonald Sharp2015-09-243-3/+4
* lib: Remove unused 'show memory XXX' functionalityDonald Sharp2015-09-241-150/+4
* lib: Fix Free Pointer dereference in lib/filter.cDenil Vira2015-09-241-4/+4
* lib/zclient: Consolidate error reporting for zclient_read_headerDonald Sharp2015-09-243-29/+11
* lib/command: Fix optional arguments with description interactionsDonald Sharp2015-09-241-29/+45
* build: Enable vtysh and pimd as part of default buildDonald Sharp2015-09-241-6/+5
* bgpd: Fix 'struct peer' memory leaksDonald Sharp2015-09-241-2/+0
* bgpd: Add some peer_lock/unlock debug codeDonald Sharp2015-09-242-18/+23
* bgpd: Warn user that bgp is setting maximum-paths larger than MULTIPATH_NUMDonald Sharp2015-09-242-1/+11
* bgpd: Fix small memory leak in str2prefix_rdDonald Sharp2015-09-241-0/+1
* bgpd: Remove unnecessary stream_dup callsDonald Sharp2015-09-241-26/+6
* bgpd: Fix memory leak in bgpd/bgp_route.cDenil Vira2015-09-241-0/+7
* bgpd: Variable reuse in bgpd/bgpd.cDenil Vira2015-09-241-3/+3
* bgpd: Fix useless call in bgpd/bgp_mplsvpn.cDenil Vira2015-09-241-3/+0