summaryrefslogtreecommitdiffstats
path: root/.clang-format (unfollow)
Commit message (Expand)AuthorFilesLines
2018-06-01zebra: add in show vrf information about vrf backend kindPhilippe Guibert1-0/+3
2018-06-01zebra: add show ip route table vrf commandPhilippe Guibert1-0/+31
2018-06-01zebra: ns_table list is extended to support multiple NETNSPhilippe Guibert2-11/+25
2018-06-01zebra: table_id election with the vrf backendPhilippe Guibert3-8/+61
2018-06-01zebra: add table keyword to route configuration vty commandPhilippe Guibert3-38/+682
2018-05-31bgpd: Fix SA issue with uninited ifindex valueDonald Sharp1-1/+1
2018-05-30bgpd: Ignore return code for str2prefixDonald Sharp1-1/+1
2018-05-30pimd: hash_get w/ hash_alloc_intern cannot failDonald Sharp1-5/+0
2018-05-30bgpd: Notice when peer_clear failsDonald Sharp1-1/+3
2018-05-30bgpd: Fix redundant or testDonald Sharp1-3/+2
2018-05-30redhat: Fix old systems on upgrade pathDonald Sharp1-0/+6
2018-05-30redhat: Make watchfrr the defaultDonald Sharp1-1/+1
2018-05-30bgpd: Add null0 route back for aggregate-address route created.Donald Sharp1-8/+8
2018-05-29doc: cleanup sharp.rstQuentin Young1-35/+32
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
2018-05-25zebra: add 3 fields to ipset_entry : src,dst port, and protoPhilippe Guibert4-7/+94