| Commit message (Expand) | Author | Files | Lines |
2018-05-29 | zebra: don't send data after closing connection | Quentin Young | 2 | -5/+21 |
2018-05-29 | zebra: fix zserv_read rescheduling | Quentin Young | 1 | -1/+2 |
2018-05-29 | zebra: fix write task collision | Quentin Young | 2 | -55/+43 |
2018-05-29 | zebra: style | Quentin Young | 1 | -3/+3 |
2018-05-29 | zebra: some more i/o optimizations | Quentin Young | 2 | -32/+42 |
2018-05-29 | zebra: fix uninitialized value | Quentin Young | 1 | -6/+6 |
2018-05-29 | zebra: handle label manager & fuzzing growths | Quentin Young | 2 | -33/+54 |
2018-05-29 | zebra: optimize zserv_process_messages | Quentin Young | 3 | -60/+44 |
2018-05-29 | zebra: optimize zserv_write | Quentin Young | 1 | -22/+32 |
2018-05-29 | zserv: optimize zserv_read | Quentin Young | 2 | -12/+27 |
2018-05-29 | zebra: refactor zserv names, consolidate events | Quentin Young | 13 | -113/+223 |
2018-05-29 | zebra: reorganize zserv.c by pthread affinity | Quentin Young | 1 | -258/+274 |
2018-05-29 | zebra: fix session stats data race, memory leak | Quentin Young | 2 | -40/+96 |
2018-05-29 | zebra: fix some memory errors, scheduling bugs | Quentin Young | 2 | -3/+8 |
2018-05-29 | zebra: multithreaded zserv | Quentin Young | 3 | -72/+165 |
2018-05-29 | lib: make allocators work for allocation sizes of 0 | Christian Franke | 1 | -1/+4 |
2018-05-28 | tests: add pytest cache to gitignore | Christian Franke | 1 | -0/+1 |
2018-05-28 | isisd: fix bug in tlv_copy of empty MT-router-info | Christian Franke | 1 | -1/+1 |
2018-05-26 | bgpd: issue 2263: fix "no label vpn export auto" | G. Paul Ziemba | 1 | -0/+4 |
2018-05-26 | zebra: Add a breadcrumb for when we ignore a route | Donald Sharp | 1 | -1/+5 |
2018-05-26 | tools, zebra: Use different protocol value for our statics | Donald Sharp | 5 | -2/+7 |
2018-05-25 | zebra/if_netlink: trivial cleanup of IFLA_WIRELESS | Arthur Jones | 1 | -4/+0 |
2018-05-25 | bgpd: sort vni's in running config | Quentin Young | 1 | -12/+20 |
2018-05-25 | lib: add proper doc comments for hash & linklist | Quentin Young | 4 | -83/+436 |
2018-05-25 | lib: add hash_to_list() | Quentin Young | 2 | -0/+24 |
2018-05-25 | lib: add list_sort(), list_dup() | Quentin Young | 2 | -0/+42 |
2018-05-25 | bgpd: attributes presence checked when mpreach is present | Philippe Guibert | 1 | -1/+2 |
2018-05-25 | bgpd: do not install BGP FS entries, while table range not obtained | Philippe Guibert | 4 | -6/+32 |
2018-05-25 | bgpd: enhance debug bgp pbr error vty command | Philippe Guibert | 1 | -4/+37 |
2018-05-25 | bgpd: increase buffer size to store ecomunity as a string | Philippe Guibert | 1 | -1/+1 |
2018-05-25 | bgpd: brace zebra pbr traces | Philippe Guibert | 1 | -9/+16 |
2018-05-25 | bgpd: add ZAPI_XXX_FAIL_REMOVE flag in switch | Philippe Guibert | 1 | -0/+4 |
2018-05-25 | pbrd: add ZAPI_RULE_FAIL_REMOVE flag in switch | Philippe Guibert | 1 | -0/+1 |
2018-05-25 | bgpd: upon uninstalling pbr rule, update local structure | Philippe Guibert | 1 | -0/+2 |
2018-05-25 | zebra: add pbr objects fail_remove value into notification | Philippe Guibert | 2 | -4/+8 |
2018-05-25 | zebra: PBR show debugging IPSET/IPTABLE hooks declared | Philippe Guibert | 2 | -0/+5 |
2018-05-25 | zebra: PBR config and monitor IPSET/IPTABLE hooks declared | Philippe Guibert | 2 | -24/+125 |
2018-05-25 | bgpd: initialise nexthop structure, before filling in some attributes | Philippe Guibert | 1 | -0/+1 |
2018-05-25 | bgpd: traffic rate value is ignored for searching bpa | Philippe Guibert | 1 | -3/+1 |
2018-05-25 | bgpd: handle more than one ext. community | Philippe Guibert | 1 | -3/+3 |
2018-05-25 | bgpd: add vty command to restrict FS policy routing to a defined interface | Philippe Guibert | 7 | -1/+228 |
2018-05-25 | bgpd: display if FS entry is installed in PBR or not | Philippe Guibert | 5 | -8/+50 |
2018-05-25 | bgpd: pbr support for port redirecting | Philippe Guibert | 2 | -29/+235 |
2018-05-25 | bgpd: add 3 fields to ipset_entry : src,dst port, and proto | Philippe Guibert | 2 | -0/+12 |
2018-05-25 | bgpd: do not account twice references to rule context | Philippe Guibert | 1 | -3/+7 |
2018-05-25 | bgpd: add missing ecommunity flowspec to display | Philippe Guibert | 1 | -19/+24 |
2018-05-25 | zebra: update comment when calling pbr southbound interface | Philippe Guibert | 1 | -7/+2 |
2018-05-25 | bgpd: improve flowspec update of route to NH/VRF | Philippe Guibert | 1 | -2/+4 |
2018-05-25 | bgpd: add notify value in zlog notification message for pbr | Philippe Guibert | 1 | -6/+6 |
2018-05-25 | zebra: handle iptable list of interfaces | Philippe Guibert | 3 | -3/+55 |