summaryrefslogtreecommitdiffstats
path: root/fpm (unfollow)
Commit message (Expand)AuthorFilesLines
2018-05-29zebra: don't send data after closing connectionQuentin Young2-5/+21
2018-05-29zebra: fix zserv_read reschedulingQuentin Young1-1/+2
2018-05-29zebra: fix write task collisionQuentin Young2-55/+43
2018-05-29zebra: styleQuentin Young1-3/+3
2018-05-29zebra: some more i/o optimizationsQuentin Young2-32/+42
2018-05-29zebra: fix uninitialized valueQuentin Young1-6/+6
2018-05-29zebra: handle label manager & fuzzing growthsQuentin Young2-33/+54
2018-05-29zebra: optimize zserv_process_messagesQuentin Young3-60/+44
2018-05-29zebra: optimize zserv_writeQuentin Young1-22/+32
2018-05-29zserv: optimize zserv_readQuentin Young2-12/+27
2018-05-29zebra: refactor zserv names, consolidate eventsQuentin Young13-113/+223
2018-05-29zebra: reorganize zserv.c by pthread affinityQuentin Young1-258/+274
2018-05-29zebra: fix session stats data race, memory leakQuentin Young2-40/+96
2018-05-29zebra: fix some memory errors, scheduling bugsQuentin Young2-3/+8
2018-05-29zebra: multithreaded zservQuentin Young3-72/+165
2018-05-29lib: make allocators work for allocation sizes of 0Christian Franke1-1/+4
2018-05-28tests: add pytest cache to gitignoreChristian Franke1-0/+1
2018-05-28isisd: fix bug in tlv_copy of empty MT-router-infoChristian Franke1-1/+1
2018-05-26bgpd: issue 2263: fix "no label vpn export auto"G. Paul Ziemba1-0/+4
2018-05-26zebra: Add a breadcrumb for when we ignore a routeDonald Sharp1-1/+5
2018-05-26tools, zebra: Use different protocol value for our staticsDonald Sharp5-2/+7
2018-05-25zebra/if_netlink: trivial cleanup of IFLA_WIRELESSArthur Jones1-4/+0
2018-05-25bgpd: sort vni's in running configQuentin Young1-12/+20
2018-05-25lib: add proper doc comments for hash & linklistQuentin Young4-83/+436
2018-05-25lib: add hash_to_list()Quentin Young2-0/+24
2018-05-25lib: add list_sort(), list_dup()Quentin Young2-0/+42
2018-05-25bgpd: attributes presence checked when mpreach is presentPhilippe Guibert1-1/+2
2018-05-25bgpd: do not install BGP FS entries, while table range not obtainedPhilippe Guibert4-6/+32
2018-05-25bgpd: enhance debug bgp pbr error vty commandPhilippe Guibert1-4/+37
2018-05-25bgpd: increase buffer size to store ecomunity as a stringPhilippe Guibert1-1/+1
2018-05-25bgpd: brace zebra pbr tracesPhilippe Guibert1-9/+16
2018-05-25bgpd: add ZAPI_XXX_FAIL_REMOVE flag in switchPhilippe Guibert1-0/+4
2018-05-25pbrd: add ZAPI_RULE_FAIL_REMOVE flag in switchPhilippe Guibert1-0/+1
2018-05-25bgpd: upon uninstalling pbr rule, update local structurePhilippe Guibert1-0/+2
2018-05-25zebra: add pbr objects fail_remove value into notificationPhilippe Guibert2-4/+8
2018-05-25zebra: PBR show debugging IPSET/IPTABLE hooks declaredPhilippe Guibert2-0/+5
2018-05-25zebra: PBR config and monitor IPSET/IPTABLE hooks declaredPhilippe Guibert2-24/+125
2018-05-25bgpd: initialise nexthop structure, before filling in some attributesPhilippe Guibert1-0/+1
2018-05-25bgpd: traffic rate value is ignored for searching bpaPhilippe Guibert1-3/+1
2018-05-25bgpd: handle more than one ext. communityPhilippe Guibert1-3/+3
2018-05-25bgpd: add vty command to restrict FS policy routing to a defined interfacePhilippe Guibert7-1/+228
2018-05-25bgpd: display if FS entry is installed in PBR or notPhilippe Guibert5-8/+50
2018-05-25bgpd: pbr support for port redirectingPhilippe Guibert2-29/+235
2018-05-25bgpd: add 3 fields to ipset_entry : src,dst port, and protoPhilippe Guibert2-0/+12
2018-05-25bgpd: do not account twice references to rule contextPhilippe Guibert1-3/+7
2018-05-25bgpd: add missing ecommunity flowspec to displayPhilippe Guibert1-19/+24
2018-05-25zebra: update comment when calling pbr southbound interfacePhilippe Guibert1-7/+2
2018-05-25bgpd: improve flowspec update of route to NH/VRFPhilippe Guibert1-2/+4
2018-05-25bgpd: add notify value in zlog notification message for pbrPhilippe Guibert1-6/+6
2018-05-25zebra: handle iptable list of interfacesPhilippe Guibert3-3/+55