summaryrefslogtreecommitdiffstats
path: root/ospfclient (unfollow)
Commit message (Expand)AuthorFilesLines
2016-12-22pimd: Fix PACKETDUMP compile errors.Donald Sharp1-1/+1
2016-12-22pimd: First Schwag at pim_register_stopDonald Sharp8-27/+78
2016-12-22pimd: Refactor ifchannel creation.Donald Sharp1-77/+62
2016-12-22pimd: Remove unneeded function.Donald Sharp1-28/+2
2016-12-22pimd: Properly initialize and delete t_rs_timerDonald Sharp1-0/+2
2016-12-22pimd: Create register stop timer for DRDonald Sharp2-0/+88
2016-12-22pimd: Add null_register bit to pim_register_sendDonald Sharp3-8/+8
2016-12-22pimd: Add pim_channel_del_oifDonald Sharp2-0/+89
2016-12-22pimd: create pim_upstream_state2strDonald Sharp3-3/+27
2016-12-22pimd: Fix use of 0 for NULLDonald Sharp8-46/+45
2016-12-22pimd: Add decision point to send register messageDonald Sharp2-1/+13
2016-12-22pimd: Refactor pim message receiveDonald Sharp3-47/+52
2016-12-22pimd: Send Register-Stop from RPDonald Sharp1-7/+47
2016-12-22pimd: Set correct parameters to pim_register_stop_sendDonald Sharp1-7/+9
2016-12-22pimd: Fixup some dead codeDonald Sharp7-39/+12
2016-12-22pimd: Create pim_encode_addr_groupDonald Sharp2-3/+79
2016-12-20lib: add grammar_sandbox to .gitignoreQuentin Young1-0/+1
2016-12-18lib: fix crash when tab-completing `do ...` commandsQuentin Young1-1/+1
2016-12-16lib: parser: remove startnode & sentence_rootDavid Lamparter1-22/+6
2016-12-16lib: parser: accept number-only word tokensDavid Lamparter1-1/+1
2016-12-16build: automake 1.12 to deal with flex & bisonDavid Lamparter1-1/+1
2016-12-16lib: parser: move allowrepeat to cmd_tokenDavid Lamparter4-9/+10
2016-12-16bgpd: shuffle qobj_init()David Lamparter2-1/+4
2016-12-16lib: parser: reorder bison incarnationsDavid Lamparter2-24/+26
2016-12-16build: check flex >= 2.5.20 is availableDavid Lamparter3-5/+193
2016-12-16build: fix bison < 3.0 compatibilityDavid Lamparter3-2/+41
2016-12-16tests: fix mis-fixed format stringDavid Lamparter1-1/+1
2016-12-16tests: fix exit <> return mix-up in dejagnuDavid Lamparter1-2/+2
2016-12-16tests: add missing qobj_init() callDavid Lamparter1-0/+1
2016-12-16tests: adjust testcli ref output to new argv rulesDavid Lamparter1-23/+27
2016-12-16lib: parser: fix SEGV when Tab hits non-WORD_TKNDavid Lamparter1-0/+13
2016-12-15lib: parser: support keyword argumentsDavid Lamparter3-20/+107
2016-12-15lib: parser: refresh grammar_sandboxDavid Lamparter3-93/+140
2016-12-14zebra_mpls. Set best lsp nhlfe to null on deletionFredi Raspall1-0/+3
2016-12-14quagga: Convert ldpd to be built by defaultDonald Sharp1-3/+3
2016-12-14lib: Partial Revert of 4ecc09d and modify zclient connect behaviorDonald Sharp1-19/+9
2016-12-14zebra/ldpd: allow MPLS ECMP on unnumbered interfacesRenato Westphal8-59/+112
2016-12-14ldpd: remove security check to allow operation on unnumbered interfacesRenato Westphal1-35/+6
2016-12-14ldpd: add missing check on disc_find_iface()Renato Westphal1-6/+6
2016-12-14zebra-mpls: fix regression caused by wrong conflict resolutionRenato Westphal1-0/+17
2016-12-14zebra: fix segfault on exit when RIB debugging is enabledRenato Westphal1-2/+6
2016-12-14zebra: Remove weird blackhole/reject static routesQuentin Young1-151/+4
2016-12-09*: kill useless if(...) after VTY_DECLVAR_CONTEXTDavid Lamparter8-560/+22
2016-12-09lib: remove vty->indexDavid Lamparter9-40/+11
2016-12-09*: fix remaining vty->index & add coccinelle patchDavid Lamparter6-7/+303
2016-12-09*: coccinelle-replace vty->indexDavid Lamparter19-775/+602
2016-12-09lib: make qobj NULL-safe/awareDavid Lamparter3-4/+10
2016-12-09ripd: add qobj registrationsDavid Lamparter2-0/+10
2016-12-09ospfd, ospf6d: add qobj registrationsDavid Lamparter8-1/+35
2016-12-09bgpd: add qobj registrationsDavid Lamparter2-0/+25