| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert "*: reindent pt. 2" | David Lamparter | 2017-07-22 | 1 | -3/+1 |
* | *: reindent pt. 2 | whitespace / reindent | 2017-07-17 | 1 | -1/+3 |
* | *: reindentreindent-master-after | whitespace / reindent | 2017-07-17 | 1 | -1225/+1141 |
* | *: remove VTYNL, part 1 of 6 | David Lamparter | 2017-07-14 | 1 | -6/+6 |
* | *: ditch vty_outln(), part 2 of 2 | David Lamparter | 2017-07-14 | 1 | -8/+8 |
* | *: ditch vty_outln(), part 1 of 2 | David Lamparter | 2017-07-13 | 1 | -36/+36 |
* | *: vty_outln (vty, "") --> vty_out (vty, VTYNL) | Quentin Young | 2017-06-29 | 1 | -6/+6 |
* | *: use vty_outln | Quentin Young | 2017-06-29 | 1 | -80/+71 |
* | *: make consistent & update GPLv2 file headers | David Lamparter | 2017-05-15 | 1 | -4/+4 |
* | *: remove THREAD_ON macros, add nullity check | Quentin Young | 2017-05-09 | 1 | -15/+20 |
* | isisd: add MT configuration | Christian Franke | 2017-04-28 | 1 | -0/+22 |
* | Merge remote-tracking branch 'origin/stable/2.0' | Donald Sharp | 2017-02-24 | 1 | -2/+2 |
|\ |
|
| * | isisd: address coverity findings | Christian Franke | 2017-02-13 | 1 | -2/+2 |
* | | frr: Remove HAVE_IPV6 from code base | Donald Sharp | 2017-01-13 | 1 | -12/+0 |
* | | Merge branch 'stable/2.0' | David Lamparter | 2016-12-08 | 1 | -7/+13 |
|\| |
|
| * | Merge branch '-isisd-simpl' into stable/2.0 | David Lamparter | 2016-12-08 | 1 | -7/+13 |
| |\ |
|
| | * | isisd: create the isis_circuit_prepare() helper function | Renato Westphal | 2016-11-28 | 1 | -7/+13 |
* | | | *: make DEFUN installations file-local | David Lamparter | 2016-12-01 | 1 | -6/+1 |
|/ / |
|
* | | Merge remote-tracking branch 'cmaster-next' into cmaster-next-releng | David Lamparter | 2016-11-28 | 1 | -2/+2 |
|\| |
|
| * | isisd: fix loss of packets after circuit is brought up | Renato Westphal | 2016-11-25 | 1 | -2/+2 |
* | | *: fix some licensing SNAFUs | David Lamparter | 2016-11-14 | 1 | -1/+0 |
|/ |
|
* | isisd: fix an error that was probably a result of copypasting | Christian Franke | 2016-10-21 | 1 | -1/+1 |
* | isisd: qobj: register everything | David Lamparter | 2016-10-07 | 1 | -0/+7 |
* | Add support of Traffic Engineering to IS-IS | Olivier Dugeon | 2016-09-03 | 1 | -0/+9 |
* | lib, zebra: unify link layer type and hardware address handling | Timo Teräs | 2016-09-03 | 1 | -10/+0 |
* | isisd: warn if there is an MTU issue on circuits | Christian Franke | 2016-08-16 | 1 | -1/+2 |
* | isisd: fold up isis_circuit_is_type_set() | David Lamparter | 2016-08-16 | 1 | -7/+0 |
* | isisd: fix is_type_set | David Lamparter | 2016-08-16 | 1 | -3/+3 |
* | isisd: fix network-type configuration | Christian Franke | 2016-08-16 | 1 | -1/+0 |
* | 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 | 1 | -2/+4 |
* | isisd: drop unused per-type metric values | David Lamparter | 2016-07-28 | 1 | -7/+4 |
* | isisd: API: timers (LSP, SPF) | Christian Franke | 2016-07-28 | 1 | -24/+0 |
* | isisd: API: timers (IIH, CSNP, PSNP) | David Lamparter | 2016-07-28 | 1 | -705/+0 |
* | isisd: API: circuit password | Christian Franke | 2016-07-28 | 1 | -58/+23 |
* | isisd: API: basic circuit config | David Lamparter | 2016-07-28 | 1 | -807/+72 |
* | zebra, isisd: cast to unsigned char for ctypes | David Lamparter | 2016-05-26 | 1 | -1/+1 |
* | quagga: Remove iflist global variable | Donald Sharp | 2016-04-08 | 1 | -1/+2 |
* | isisd: make sure that all interface addresses are advertised | Christian Franke | 2016-04-06 | 1 | -2/+8 |
* | isisd: fix a crash due to an lsp-mtu issue | Christian Franke | 2016-04-06 | 1 | -1/+1 |
* | isisd: Fix more compiler warnings | Donald Sharp | 2016-03-30 | 1 | -1/+1 |
* | isisd: show interface's ipv6 addreses | Christian Franke | 2016-03-30 | 1 | -3/+23 |
* | isisd: provide more detailed log for failed address removal | Christian Franke | 2016-03-30 | 1 | -0/+20 |
* | isisd: add a slight delay to lsp_regenerate_schedule | Christian Franke | 2016-03-30 | 1 | -0/+2 |
* | isisd: allow to adjust lsp-mtu | Christian Franke | 2016-03-30 | 1 | -18/+64 |
* | isisd: initialize circuit to match area is_type | Christian Franke | 2016-03-30 | 1 | -6/+6 |
* | quagga: delete interface from default table when moved to vrf | Don Slice | 2016-03-18 | 1 | -0/+3 |
* | Quagga: prefix2str fixup | Donald Sharp | 2015-11-23 | 1 | -14/+10 |
* | *: call if_init()/if_terminate() from vrf_init()/vrf_terminate() | Feng Lu | 2015-10-30 | 1 | -1/+0 |
* | isisd: isisd-warnings.patch | Donald Sharp | 2015-05-20 | 1 | -1/+0 |