summaryrefslogtreecommitdiffstats
path: root/lib/vrf.h (unfollow)
Commit message (Expand)AuthorFilesLines
2017-03-08pimd: Fix various ifdown/ifup scenarios w/ J/P AggDonald Sharp2-15/+33
2017-03-08*: fix some option descriptions and make -e workDavid Lamparter3-10/+11
2017-03-08lib: time: remove leftover declarationsDavid Lamparter1-5/+0
2017-03-08lib: hide away logging internalsDavid Lamparter13-41/+78
2017-03-08lib: remove remaining struct zlog * argsDavid Lamparter20-68/+56
2017-03-08lib: simplify protocol/log namingDavid Lamparter18-88/+38
2017-03-08lib: ditch struct zlog * argument on zlog/vzlog()David Lamparter6-24/+19
2017-03-08*: get rid of zlog(*, LOG_LEVEL, ...)David Lamparter23-160/+142
2017-03-08*: add frr_run()David Lamparter12-114/+40
2017-03-08*: add frr_config_fork()David Lamparter22-667/+220
2017-03-07*: centralize more into frr_init()David Lamparter12-34/+12
2017-03-07*: add frr_init() infrastructureDavid Lamparter30-1118/+727
2017-03-07build: only default-enable nhrpd on LinuxDavid Lamparter1-4/+9
2017-03-07cumulus, tools: Allow nhrpd to be brought upDonald Sharp3-1/+3
2017-03-07pimd: Add copyright Information to pim_jp_agg.[ch]Donald Sharp2-0/+40
2017-03-07distro/redhat: package nhrpdTimo Teräs1-4/+28
2017-03-07nhrpd: workaround old kernel vs. glibc definition conflicsTimo Teräs1-1/+2
2017-03-07doc: add initial nhrpd documentationTimo Teräs8-1/+262
2017-03-07nhrpd: include headers in dist tarballDavid Lamparter1-0/+12
2017-03-07nhrpd: change VTY port 2612->2610David Lamparter1-1/+1
2017-03-07nhrpd: adapt to API changesDavid Lamparter12-115/+133
2017-03-07nhrpd: implement next hop resolution protocolTimo Teräs45-12/+7791
2017-03-07vtysh: Fix cli help string to have only 1 mention of vty_socketDonald Sharp1-1/+0
2017-03-07bgpd: Only send data if we have something to sendDonald Sharp1-6/+12
2017-03-07bgpd: Add json output for last Notification messageDonald Sharp1-0/+14
2017-03-07bgpd: TX shutdown messageDavid Lamparter3-12/+94
2017-03-07bgpd: RX shutdown message in "show bgp neighbor"David Lamparter5-5/+59
2017-03-07lib: add zlog_sanitize functionDavid Lamparter2-0/+31
2017-03-06bgpd: Remove dead codeDonald Sharp1-1/+0
2017-03-06bgpd, zebra: Add ifindex to NEXTHOP_TYPE_IPV6Donald Sharp2-0/+2
2017-03-06bgpd: Fix more assignments inside of if statementDonald Sharp1-4/+4
2017-03-06bgpd: Fix broken if statementDonald Sharp1-1/+1
2017-03-06bgpd, zebra: Add ifindex to NEXTHOP_TYPE_IPV4Donald Sharp2-0/+2
2017-03-03ldpd: add missing htonl and ntohl in PF_KEY codeRenato Westphal1-4/+4
2017-03-03ldpd: always check if the received labels are validRenato Westphal1-61/+27
2017-03-03ldpd: remove unnecessary memcpy'sRenato Westphal2-44/+51
2017-03-03ldpd: send VPLS MAC withdrawalsRenato Westphal8-12/+123
2017-03-03ldpd: fix parsing of optional tlvs in address messagesRenato Westphal1-14/+59
2017-03-03ldpd: implement RFC 5919 (LDP End-of-LIB)Renato Westphal9-43/+192
2017-03-03ldpd: implement RFC 6667 (Typed Wildcard FEC for PWid)Renato Westphal8-6/+75
2017-03-03ldpd: implement RFC 5918 (Typed Wildcard FEC)Renato Westphal9-3/+290
2017-03-03ldpd: implement RFC 5561 (LDP Capabilities)Renato Westphal8-20/+241
2017-03-03ldpd: implement support for PWid group wildcardsRenato Westphal5-52/+165
2017-03-03ldpd: fix processing of Label Withdraw messagesRenato Westphal1-4/+9
2017-03-03ldpd: the PW Status is an unknown TLVRenato Westphal1-1/+1
2017-03-03ldpd: send correct status code on error conditionRenato Westphal1-2/+2
2017-03-03ldpd: create helper functions to log sent/received messagesRenato Westphal4-28/+53
2017-03-03ldpd: provide more detailed output when logging notification messagesRenato Westphal1-0/+11
2017-03-03ldpd: kill send_notification_nbr()Renato Westphal6-27/+19
2017-03-03ldpd: minor tweaksRenato Westphal6-12/+13