summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Quagga: Definitions for static LSPsvivek2016-09-234-1/+171
* Quagga: Basic definitions for MPLSvivek2016-09-231-0/+172
* bgp: Fix incorrect cliDonald Sharp2016-09-231-1/+1
* bgpd: Additional Show CommandsLou Berger2016-09-213-28/+252
* lib: Add #define str for JavaScript help stringDonald Sharp2016-09-211-0/+2
* ospfd: Do not print warning on new interfaceDonald Sharp2016-09-201-2/+4
* bgpd: Revert --enable-bgp-standaloneDonald Sharp2016-09-204-11/+5
* vtysh: work around gcc bug #69981David Lamparter2016-09-191-1/+1
* lib: deregister memtypes on exit/unloadDavid Lamparter2016-09-191-6/+25
* build: goodbye, gawkDavid Lamparter2016-09-192-7/+0
* lib: clean/restore memory debugging functionsDavid Lamparter2016-09-194-89/+37
* *: split & distribute memtypes and stop (re|ab)using lib/ MTYPEsDavid Lamparter2016-09-19111-392/+1100
* lib: migrate to new memory-type handlingDavid Lamparter2016-09-1927-730/+326
* lib: add new extensible memory-type handlingDavid Lamparter2016-09-196-4/+317
* lib: move memory.[ch] out of the wayDavid Lamparter2016-09-194-99/+101
* isisd, lib, vtysh: Allow extract.pl to fully workDonald Sharp2016-09-177-107/+120
* isisd, vtysh: Fix isis routemapsDonald Sharp2016-09-172-87/+82
* isisd: Remove duplicate "no debug isis lsp-gen"Donald Sharp2016-09-171-13/+0
* lib, bgpd: Remove 'struct fifo' from lib/zebra.hDonald Sharp2016-09-174-40/+66
* lib: Remove ZEBRA_INTERFACE_RENAMEDonald Sharp2016-09-172-2/+0
* lib, ospfd: Remove ospf specific #define from zebra.hDonald Sharp2016-09-172-20/+20
* zebra: Fix afi mistakeDonald Sharp2016-09-171-1/+1
* zebra: Refactor interface statistic callingDonald Sharp2016-09-171-32/+17
* lib, zebra: Remove ZEBRA_IPV[4|6]_IMPORT_NEXTHOPDonald Sharp2016-09-153-65/+0
* lib, zebra: Remove unused zserv/zclient callsDonald Sharp2016-09-153-100/+0
* lib: Make zebra messages types a enumDonald Sharp2016-09-151-51/+52
* zebra: Pass in vrf to rib_match_ipv4_multicastDonald Sharp2016-09-144-12/+12
* zebra: Fix broken rib_matchDonald Sharp2016-09-141-4/+8
* zebra: Refactor nexthop sendingDonald Sharp2016-09-141-67/+33
* Update isis_te.[c,h] to newly RFC7810Olivier Dugeon2016-09-132-4/+4
* ospfd: Fix malformed link TLV when LP_USE_BW is setDavid Lebrun2016-09-131-1/+1
* doc: Get isisd.text included properlyDonald Sharp2016-09-131-1/+1
* lib: Fix tab completions memleak, memory stats corruptionQuentin Young2016-09-092-4/+13
* Merge branch 'cmaster-next' of ssh://stash.cumulusnetworks.com:7999/quag/quag...Daniel Walton2016-09-092-11/+26
|\
| * bgpd: Add flag to not change e{u,g}id on startup and run as unprivileged userLou Berger2016-09-092-4/+20
| * bgpd: Fix startup a bit moreDonald Sharp2016-09-091-7/+6
* | Unable to remove route-map from quaggaDaniel Walton2016-09-094-2/+52
|/
* ospfd: Fix crash with usage of incorrect commandDonald Sharp2016-09-091-4/+19
* vrf: add a runtime check before playing with netnsNicolas Dichtel2016-09-092-38/+58
* lib, vtysh: support multiple VRFs by using linux netnsFeng Lu2016-09-0912-22/+295
* lib: Create ns.cDonald Sharp2016-09-094-2/+650
* zebra: assorted parts of 0abf6796cChristian Franke2016-09-091-56/+49
* zebra: remove unused code from zebra netlinkChristian Franke2016-09-093-117/+1
* bgpd: Allow connections with no v4|6 addr's in some conditionsDonald Sharp2016-09-091-0/+4
* bgpd: Display 'no neighbor 192.168.33.44 activate'Donald Sharp2016-09-091-0/+12
* bgpd: Fix standalone to better handle getsockopt failureDonald Sharp2016-09-091-3/+4
* quagga: remove refix directory from git statusDonald Sharp2016-09-093-1/+3
* Merge remote-tracking branch 'origin/cmaster' into cmaster-nextDonald Sharp2016-09-096-3/+68
|\
| * quagga-reload.py fails for "net add debug ospf6 lsa as-ext"Daniel Walton2016-09-081-4/+4
| * bgpd: Process directly connected IBGP peers upon interface downvivek2016-09-083-1/+14