summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * ospf: forward ref. of areas for "max-metric router-lsa administrative" cmdAyan Banerjee2013-01-073-1/+14
| * ospf: suppress delete using replacementAyan Banerjee2013-01-071-4/+29
* | build: check for .git in configure.acDavid Lamparter2012-12-131-5/+9
* | build: fix dist tarballDavid Lamparter2012-12-133-3/+10
* | build: update ICC warning CFLAGSDavid Lamparter2012-12-131-1/+1
|/
* isisd: fix ipv6 metric endiannessNick Hilliard2012-12-121-1/+1
* isisd: verify metrics on metric-style transitionChristian Franke2012-12-121-8/+11
* isisd: fix metrics check for metric-style narrowChristian Franke2012-12-121-2/+2
* isisd: address Coverity warningsDavid Lamparter2012-12-129-7/+19
* isisd: always join all IS-IS multicast groupsDavid Lamparter2012-12-122-14/+8
* isisd: save metric-style narrowChristian Franke2012-12-121-0/+5
* isisd: fix spftree_area_del typo causing SEGVDavid Lamparter2012-12-121-1/+1
* isisd: drop hellos without supported protocol listDavid Lamparter2012-12-121-5/+25
* isisd: refuse adjacencies with our own system IDDavid Lamparter2012-12-121-0/+7
* isisd: do not add >63 IP addresses to helloDavid Lamparter2012-12-121-4/+3
* build: include git infoDavid Lamparter2012-12-126-8/+98
* zebra: include intf when sending IPv4 nexthop to FPMAvneesh Sachdev2012-11-301-17/+6
* doc: add blurbs on zebra FPM interface and commandsAvneesh Sachdev2012-11-301-0/+59
* zebra: add module to communicate routes to FPMAvneesh Sachdev2012-11-3013-2/+2344
* fpm: Add public header for Forwarding Plane ManagerAvneesh Sachdev2012-11-301-0/+273
* lib: bring in sys/queue.h from FreeBSD treeAvneesh Sachdev2012-11-301-0/+637
* zebra: extern/extract some functions from rt_netlink.cAvneesh Sachdev2012-11-304-22/+98
* zebra: add iterator for walking all tables in RIBAvneesh Sachdev2012-11-303-0/+157
* zebra: add way to determine VRF/AFI/SAFI of tableAvneesh Sachdev2012-11-303-4/+62
* zebra: add structure to hold per-prefix state in RIBAvneesh Sachdev2012-11-306-98/+276
* bgpd: document bgp neighbor local-as peer commandAndrew Certain2012-11-301-0/+21
* bgpd: Fixed out-of-date commentAndrew Certain2012-11-301-1/+1
* bgpd: add replace-as modifier for BGP neighborAndrew Certain2012-11-304-11/+78
* lib: Implement monotonically increasing clock for Darwin.Hasso Tepper2012-11-051-3/+24
* isisd: clock_gettime() -> quagga_gettime() conversion.Hasso Tepper2012-11-051-5/+5
* ospfd: remove some buggy extra ';' symbols.Hasso Tepper2012-11-052-2/+2
* build: check actually-used BSD link state fieldsDoug VanLeuven2012-11-052-6/+16
* zebra: kernel_socket: fix overflow in RTA_ADDR & RTA_ATTRDoug VanLeuven2012-11-051-9/+22
* zebra: kernel_socket: fix 64bit MacOS X alignmentDoug VanLeuven2012-11-051-0/+6
* doc: update installation instructionsDavid Lamparter2012-11-031-6/+12
* build: compile tests/ by defaultDavid Lamparter2012-11-032-1/+11
* tests: fix missing array_size() includeDavid Lamparter2012-11-031-0/+1
* bgpd: CVE-2012-1820, DoS in bgp_capability_orf()Denis Ovsienko2012-11-011-24/+2
* build: reorder libraries to address linker errorAvneesh Sachdev2012-11-012-7/+7
* bgpd: flock() dump files (BZ#742)Daniel Kozlowski2012-11-011-5/+35
* lib: treat OSX as BSD for IP_HDRINCL (BZ#739)Doug VanLeuven2012-11-011-0/+1
* *: use array_size() helper macroBalaji.G2012-10-2522-59/+51
* isisd: don't overrun list of protocolsDavid Lamparter2012-10-251-2/+6
* lib: add array_size() helperDavid Lamparter2012-10-251-0/+2
* isisd: don't process invalid prefixes from TLVsDavid Lamparter2012-10-251-9/+25
* isisd: pull up invalid prefix assert()David Lamparter2012-10-251-0/+4
* isisd: fix null pointer dereference in send_lsp()Avneesh Sachdev2012-10-251-1/+13
* isisd: tighten checks on ISIS pdu lengthAvneesh Sachdev2012-10-251-5/+7
* lib: improve sanity checks in stream_set_endp()Avneesh Sachdev2012-10-251-2/+12
* ospfd: respect max-metric over configured cost for summary LSAsJR Rivers2012-10-252-8/+30