summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* nhrpd: implement next hop resolution protocolTimo Teräs2017-03-0745-12/+7791
* Merge branch 'frr/pull/255' ("vtysh: Fix cli help string to have only 1 menti...David Lamparter2017-03-071-1/+0
|\
| * vtysh: Fix cli help string to have only 1 mention of vty_socketDonald Sharp2017-03-071-1/+0
* | Merge branch 'frr/pull/246' ("Pim command cleanup")David Lamparter2017-03-076-159/+69
|\ \
| * | pimd: Fix 'show ip pim state' commandDonald Sharp2017-03-021-2/+2
| * | pimd: Hide 'ip multicast-routing' commandDonald Sharp2017-03-026-131/+34
| * | pimd: Turn on igmp when igmp commands are enteredDonald Sharp2017-03-021-26/+33
* | | Merge branch 'frr/pull/240' ("lib, bgpd: clean up headers")David Lamparter2017-03-0711-9/+6
|\ \ \
| * | | bgpd: remove unnecessary #include "vty.h"Quentin Young2017-03-028-8/+0
| * | | bgpd: add vty.h to bgpd.hQuentin Young2017-03-021-0/+1
| * | | lib: add stream.h, vty.h, zebra.h to plist.hQuentin Young2017-03-022-1/+5
| |/ /
* | | Merge branch 'frr/pull/236' ("tools: frr-reload.py needs to treat "mpls" as a...David Lamparter2017-03-071-0/+2
|\ \ \
| * | | tools: frr-reload.py needs to treat "no " as a single line contextDaniel Walton2017-03-031-0/+1
| * | | tools: frr-reload.py needs to treat "mpls" as a single line contextDaniel Walton2017-03-011-0/+1
* | | | Merge branch 'frr/pull/228' ("doc: add CLI implementation documentation")David Lamparter2017-03-071-0/+356
|\ \ \ \
| * | | | doc: add CLI implementation documentationQuentin Young2017-02-271-0/+356
* | | | | Merge pull request #251 from donaldsharp/bgp_viewMartin Winter2017-03-073-120/+46
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | bgpd: Remove dead codeDonald Sharp2017-03-061-1/+0
| * | | | bgpd: Fix more assignments inside of if statementDonald Sharp2017-03-061-4/+4
| * | | | bgpd: Fix broken if statementDonald Sharp2017-03-061-1/+1
| * | | | bgp: Fix view/vrf lookupDonald Sharp2017-03-023-115/+42
| | |_|/ | |/| |
* | | | Merge pull request #249 from opensourcerouting/ldpd-rfcsDonald Sharp2017-03-0519-300/+1304
|\ \ \ \
| * | | | ldpd: add missing htonl and ntohl in PF_KEY codeRenato Westphal2017-03-031-4/+4
| * | | | ldpd: always check if the received labels are validRenato Westphal2017-03-031-61/+27
| * | | | ldpd: remove unnecessary memcpy'sRenato Westphal2017-03-032-44/+51
| * | | | ldpd: send VPLS MAC withdrawalsRenato Westphal2017-03-038-12/+123
| * | | | ldpd: fix parsing of optional tlvs in address messagesRenato Westphal2017-03-031-14/+59
| * | | | ldpd: implement RFC 5919 (LDP End-of-LIB)Renato Westphal2017-03-039-43/+192
| * | | | ldpd: implement RFC 6667 (Typed Wildcard FEC for PWid)Renato Westphal2017-03-038-6/+75
| * | | | ldpd: implement RFC 5918 (Typed Wildcard FEC)Renato Westphal2017-03-039-3/+290
| * | | | ldpd: implement RFC 5561 (LDP Capabilities)Renato Westphal2017-03-038-20/+241
| * | | | ldpd: implement support for PWid group wildcardsRenato Westphal2017-03-035-52/+165
| * | | | ldpd: fix processing of Label Withdraw messagesRenato Westphal2017-03-031-4/+9
| * | | | ldpd: the PW Status is an unknown TLVRenato Westphal2017-03-031-1/+1
| * | | | ldpd: send correct status code on error conditionRenato Westphal2017-03-031-2/+2
| * | | | ldpd: create helper functions to log sent/received messagesRenato Westphal2017-03-034-28/+53
| * | | | ldpd: provide more detailed output when logging notification messagesRenato Westphal2017-03-031-0/+11
| * | | | ldpd: kill send_notification_nbr()Renato Westphal2017-03-036-27/+19
| * | | | ldpd: minor tweaksRenato Westphal2017-03-036-12/+13
| * | | | ldpd: replace hand-rolled 'for' loop with specialized macroRenato Westphal2017-03-031-6/+8
|/ / / /
* | | | Merge pull request #245 from donaldsharp/ldpd_loadRenato Westphal2017-03-034-3/+6
|\ \ \ \
| * | | | lib: Cleanup missing help strings for 'show commandtree..'Donald Sharp2017-03-031-1/+2
| * | | | cumulus: Add startup parameters for ldpdDonald Sharp2017-03-031-0/+1
| * | | | cumulus: Add new daemons to daemons fileDonald Sharp2017-03-021-1/+2
| * | | | tools: Allow ldpd to be startedDonald Sharp2017-03-021-1/+1
| |/ / /
* | | | Merge pull request #233 from donaldsharp/ecmp1Renato Westphal2017-03-0313-34/+66
|\ \ \ \ | |/ / / |/| | |
| * | | bgpd, zebra: Allow setting ecmp from daemon cliDonald Sharp2017-03-0113-34/+66
* | | | Merge pull request #230 from qlyoung/remove-quagga_clkidRuss White2017-03-011-5/+0
|\ \ \ \
| * | | | lib: remove unused quagga_clkidQuentin Young2017-02-271-5/+0
| | |/ / | |/| |
* | | | Merge pull request #224 from donaldsharp/pim_patches_febRuss White2017-03-0122-438/+513
|\ \ \ \