| Commit message (Expand) | Author | Files | Lines |
2019-06-11 | docker: Docker binary image on Debian Buster | Rob Gil | 1 | -4/+8 |
2019-06-11 | ldpd: Fix shutdown | dturlupov | 1 | -1/+1 |
2019-06-11 | *: fix some dumb printf format warnings | David Lamparter | 4 | -12/+15 |
2019-06-10 | zebra,pbrd: Update pbrd to handle NHT properly | Stephen Worley | 2 | -50/+27 |
2019-06-10 | pbrd: Set next/prev to NULL on cached nexthops | Stephen Worley | 1 | -0/+2 |
2019-06-10 | tools: retain sanity when reloading under systemd | David Lamparter | 1 | -0/+25 |
2019-06-10 | bgpd: add l2vpn evpn to afi safi parse utility | Don Slice | 1 | -0/+8 |
2019-06-08 | pimd: The PIM_OIF_FLAG_PROTO_SRC flag was never used | Donald Sharp | 20 | -192/+160 |
2019-06-07 | pimd: Remove unnecessary boolean to pim_rpf_update | Donald Sharp | 6 | -17/+8 |
2019-06-07 | pimd: Compiler warning about unset usage | Donald Sharp | 1 | -5/+7 |
2019-06-07 | lib: On some platforms function did not return anything | Donald Sharp | 1 | -0/+6 |
2019-06-07 | lib: Include proper header | Donald Sharp | 1 | -0/+1 |
2019-06-07 | lib, pimd, sharpd: Various output string cleanups | Donald Sharp | 5 | -10/+12 |
2019-06-07 | eigrpd: fix invalid command definitions | Igor Ryzhov | 2 | -14/+14 |
2019-06-07 | pimd: debug pim XXX detail now include the non detail data as well | Donald Sharp | 1 | -5/+8 |
2019-06-06 | pimd: Allow zlookup socket to drain | Donald Sharp | 1 | -0/+19 |
2019-06-06 | tests: exercise frr_inet_ntop() | David Lamparter | 5 | -0/+102 |
2019-06-06 | lib: add optimized inet_ntop() | David Lamparter | 2 | -0/+173 |
2019-06-06 | lib: add OPTIMIZE + assume() to compiler.h | David Lamparter | 1 | -0/+22 |
2019-06-06 | tests: Add ip6_route_zebra lib function | Mark Stapp | 10 | -188/+90 |
2019-06-06 | lib,bgpd,babeld,ripngd,nhrpd,bfdd: clean up SA warnings | Mark Stapp | 7 | -12/+25 |
2019-06-05 | pbrd: Allow autocompletion for pbr-map PBRMAP | Donald Sharp | 2 | -5/+24 |
2019-06-05 | lib, pbrd, sharpd, vtysh: Add autocompletion for 'nexthop-group' | Donald Sharp | 47 | -422/+1184 |
2019-06-05 | bfdd: Modify bfdd to quietly accept access-lists | Donald Sharp | 1 | -0/+4 |
2019-06-05 | isisd: The RFC states that v6 addresses are limited to 16 in a hello packet | Donald Sharp | 39 | -2958/+349 |
2019-06-05 | doc: Update the documentation to reflect -N changes | Donald Sharp | 4 | -0/+21 |
2019-06-05 | *: Convert over to all -N namespace to change DAEMON_VTY_DIR | Donald Sharp | 6 | -16/+38 |
2019-06-04 | topotests: test bgp ipv6 vrf lite unnumbered with ipv6 rt advertisements | Philippe Guibert | 11 | -0/+415 |
2019-06-04 | topotests: test bgp ipv6 unnumbered with ipv6 rt advertisements | Philippe Guibert | 11 | -0/+383 |
2019-06-04 | zebra: keep rtadv_sock field in zrouter for optimisation | Philippe Guibert | 2 | -9/+28 |
2019-06-04 | zebra: move rtadv service from zrouter to zvrf | Philippe Guibert | 6 | -71/+77 |
2019-06-04 | workflow: document current C++ approach | David Lamparter | 1 | -0/+13 |
2019-06-04 | workflow: update notes for release numbering | David Lamparter | 1 | -4/+10 |
2019-06-04 | *: Convert to using frr_vtydir instead of DAEMON_VTY_DIR | Donald Sharp | 4 | -5/+10 |
2019-06-04 | ldpd: Allow for -N <namespace> to influence location of LDPD_SOCKET | Donald Sharp | 2 | -2/+11 |
2019-06-04 | bfdd: Allow -N to influence BFDD_CONTROL_SOCKET | Donald Sharp | 2 | -3/+11 |
2019-06-04 | lib: Allow -N to modify the zapi domain socket | Donald Sharp | 2 | -4/+8 |
2019-06-04 | build: refactor & revamp python autoconf logic | David Lamparter | 20 | -146/+361 |
2019-06-04 | Revert of PR 4078 and PR 4315 | Lakshman Krishnamoorthy | 18 | -414/+409 |
2019-06-03 | zebra: When displaying `show evpn arp-cache vni XX` add local and remote seq | Donald Sharp | 1 | -6/+6 |
2019-06-03 | bgpd: Remove BGP_OPT_CONFIG_CISCO | Donald Sharp | 3 | -108/+30 |
2019-06-03 | bgpd: Remove `[no] bgp config-type <cisco|zebra>` | Donald Sharp | 1 | -42/+0 |
2019-06-03 | bgpd: Remove BGP_OPT_MULTIPLE_INSTANCE flag | Donald Sharp | 3 | -64/+16 |
2019-06-03 | bgpd: Remove deprecated '[no] bgp multiple-instance' command | Donald Sharp | 1 | -39/+0 |
2019-06-03 | doc: add some printfrr() docs | David Lamparter | 1 | -0/+108 |
2019-06-03 | lib: simplify SEGV handler | David Lamparter | 3 | -235/+127 |
2019-06-03 | tests: exercise printfrr() | David Lamparter | 4 | -0/+161 |
2019-06-03 | lib/printf: ditch reallocarray | David Lamparter | 1 | -1/+1 |
2019-06-03 | lib: add some printfrr specifiers | David Lamparter | 4 | -6/+151 |
2019-06-03 | lib: use printfrr for log & vty | David Lamparter | 3 | -70/+31 |