| Commit message (Expand) | Author | Age | Files | Lines |
* | isisd: Segmentation fault on isis daemon fixes | boris yakubov | 2016-09-23 | 4 | -10/+22 |
* | Revert "Make route flags a 32bit field" | Donald Sharp | 2016-09-23 | 1 | -5/+4 |
* | Make route flags a 32bit field | Christian Franke | 2016-09-23 | 1 | -4/+5 |
* | *: remove dead code | Renato Westphal | 2016-09-23 | 1 | -4/+0 |
* | *: split & distribute memtypes and stop (re|ab)using lib/ MTYPEs | David Lamparter | 2016-09-19 | 6 | -6/+108 |
* | lib: migrate to new memory-type handling | David Lamparter | 2016-09-19 | 2 | -1/+1 |
* | isisd, lib, vtysh: Allow extract.pl to fully work | Donald Sharp | 2016-09-17 | 4 | -87/+100 |
* | isisd, vtysh: Fix isis routemaps | Donald Sharp | 2016-09-17 | 1 | -86/+81 |
* | isisd: Remove duplicate "no debug isis lsp-gen" | Donald Sharp | 2016-09-17 | 1 | -13/+0 |
* | Update isis_te.[c,h] to newly RFC7810 | Olivier Dugeon | 2016-09-13 | 2 | -4/+4 |
* | isisd: Remove impossible code | Donald Sharp | 2016-09-05 | 1 | -3/+0 |
* | Add support of Traffic Engineering to IS-IS | Olivier Dugeon | 2016-09-03 | 15 | -18/+1896 |
* | lib, zebra: unify link layer type and hardware address handling | Timo Teräs | 2016-09-03 | 1 | -10/+0 |
* | bgpd, lib, ospfd, pimd, zebra: Use nexthop_types_t | Donald Sharp | 2016-09-02 | 1 | -2/+2 |
* | Merge remote-tracking branch 'origin/cmaster' into cmaster-next | Donald Sharp | 2016-08-19 | 1 | -1/+3 |
|\ |
|
| * | Fix for CM-12450 Ensure quagga logs at startup are sent to syslog (until log ... | Sid Khot | 2016-08-18 | 1 | -1/+3 |
* | | *: use an ifindex_t type, defined in lib/if.h, for ifindex values | Paul Jakma | 2016-08-18 | 3 | -11/+11 |
* | | isisd: warn if there is an MTU issue on circuits | Christian Franke | 2016-08-16 | 2 | -2/+10 |
* | | isisd: fold up isis_circuit_is_type_set() | David Lamparter | 2016-08-16 | 3 | -9/+2 |
* | | isisd: fix is_type_set | David Lamparter | 2016-08-16 | 1 | -3/+3 |
* | | isisd: fix network-type configuration | Christian Franke | 2016-08-16 | 2 | -3/+2 |
* | | isisd: fix isis_circuit_af_set() on fresh circuit | David Lamparter | 2016-08-16 | 1 | -1/+1 |
* | | isisd: fix isis_circuit_create() | David Lamparter | 2016-08-16 | 2 | -12/+10 |
|/ |
|
* | isisd: drop unused per-type metric values | David Lamparter | 2016-07-28 | 3 | -14/+20 |
* | isisd: API: area (L1), domain (L2) passwords | Christian Franke | 2016-07-28 | 3 | -266/+158 |
* | isisd: API: timers (LSP, SPF) | Christian Franke | 2016-07-28 | 4 | -651/+585 |
* | isisd: API: LSP-MTU & area level | Christian Franke | 2016-07-28 | 5 | -238/+227 |
* | isisd: API: timers (IIH, CSNP, PSNP) | David Lamparter | 2016-07-28 | 2 | -705/+704 |
* | isisd: API: circuit password | Christian Franke | 2016-07-28 | 3 | -58/+84 |
* | isisd: API: basic area config | Christian Franke | 2016-07-28 | 3 | -201/+207 |
* | isisd: API: basic circuit config | David Lamparter | 2016-07-28 | 6 | -808/+771 |
* | lib: linklist: clean up insert-before/after dups | David Lamparter | 2016-07-28 | 1 | -2/+2 |
* | all: add default log file if none are defined | Don Slice | 2016-07-11 | 1 | -1/+2 |
* | *: make sure zebra.h is always included first | David Lamparter | 2016-06-09 | 4 | -2/+6 |
* | isisd: fix size_t confusions | David Lamparter | 2016-06-07 | 1 | -5/+3 |
* | isisd: assorted fixes (unused variables, static) | David Lamparter | 2016-06-07 | 1 | -2/+2 |
* | isisd: don't use POSIX reserved y1/yn names | David Lamparter | 2016-06-07 | 1 | -12/+12 |
* | *: fix signedness mix-ups | David Lamparter | 2016-06-07 | 4 | -10/+11 |
* | *: use void * for printing pointers | David Lamparter | 2016-05-30 | 1 | -2/+2 |
* | *: use long long to print time_t | David Lamparter | 2016-05-30 | 3 | -4/+6 |
* | Quagga: Fix code to use srandom/random | Donald Sharp | 2016-05-30 | 2 | -2/+2 |
* | build: get rid of INCLUDES, use AM_CPPFLAGS | David Lamparter | 2016-06-03 | 2 | -5/+2 |
* | isisd/isis_dlpi: Fix warning | David Lamparter | 2016-05-26 | 1 | -1/+1 |
* | isisd/solaris: fix size_t confusions | David Lamparter | 2016-05-26 | 1 | -11/+12 |
* | isisd: Add new adjacency to LSP neighbor list | Amritha Nambiar | 2016-05-26 | 1 | -1/+7 |
* | isisd: fix crash on processing own p2p hello | Amritha Nambiar | 2016-05-26 | 1 | -0/+11 |
* | zebra, isisd: cast to unsigned char for ctypes | David Lamparter | 2016-05-26 | 1 | -1/+1 |
* | *: remove stray extra semicolons | David Lamparter | 2016-05-26 | 1 | -4/+4 |
* | isisd: match adjacency with source of hellos | Amritha Nambiar | 2016-05-26 | 1 | -0/+11 |
* | isisd: fix crash on changing the circuit type of a passive interface | Lu Feng | 2016-05-26 | 1 | -19/+22 |