| Commit message (Expand) | Author | Files | Lines |
2021-04-13 | nhrpd: remove useless typedef | Philippe Guibert | 1 | -1/+0 |
2021-04-13 | nhrp, zebra, lib: enforce usage of zapi_neigh_ip structure | Philippe Guibert | 10 | -123/+130 |
2021-04-12 | nhrp: avoid crashing when terminating interface contexts | Philippe Guibert | 1 | -4/+5 |
2021-04-12 | nhrpd: add a zebra api to configure neighbor table per interface | Philippe Guibert | 5 | -34/+24 |
2021-04-12 | bgpd: fix pending commit check | Igor Ryzhov | 1 | -1/+1 |
2021-04-12 | bfdd: fix nb cli show with defaults | Igor Ryzhov | 1 | -63/+21 |
2021-04-12 | lib: fix interface nb stale pointers | Igor Ryzhov | 2 | -6/+20 |
2021-04-12 | doc: Add `show [ip] bgp version <version>` command | Donatas Abraitis | 1 | -0/+20 |
2021-04-12 | bgpd: Filter BGP routes by prefix version | Donatas Abraitis | 4 | -23/+62 |
2021-04-11 | bgpd: Show BGP table version which was used for a particular prefix | Donatas Abraitis | 1 | -3/+9 |
2021-04-10 | doc: document BGP neighbor timers | Quentin Young | 1 | -0/+10 |
2021-04-10 | doc: vaguely describe system requirements | Quentin Young | 1 | -0/+27 |
2021-04-09 | pceplib: add missing endian.h and config.h | David Lamparter | 2 | -0/+18 |
2021-04-09 | lib, doc: add "route-map NAME optimization" command | Igor Ryzhov | 5 | -8/+57 |
2021-04-09 | build: don't link pathd/path_main.c twice | David Lamparter | 1 | -2/+3 |
2021-04-09 | tools: add note to users re: frr.conf overwrite | Quentin Young | 1 | -2/+9 |
2021-04-09 | debian: install frr.conf to /etc/frr/ | Quentin Young | 1 | -0/+1 |
2021-04-09 | *: remove *.conf.sample files | Quentin Young | 54 | -577/+314 |
2021-04-09 | rpm: install frr.conf by default | Quentin Young | 1 | -0/+1 |
2021-04-09 | doc: describe acceptable commit messages | Quentin Young | 1 | -0/+12 |
2021-04-09 | topotests: add standard nhrp test between spoke and hub | Philippe Guibert | 11 | -0/+457 |
2021-04-09 | zebra: move neighbor table configuration to dplane contexts | Philippe Guibert | 9 | -58/+207 |
2021-04-09 | zebra, lib: handle NEIGH_ADD/DELETE to zebra dataplane framework | Philippe Guibert | 9 | -88/+222 |
2021-04-09 | zebra: handler for configuring neighbor table | Philippe Guibert | 4 | -0/+81 |
2021-04-09 | zebra: fixes NDA_DST in netlink_neigh_update() function | Philippe Guibert | 1 | -1/+2 |
2021-04-09 | lib: add api to configure neighbor table per interface | Philippe Guibert | 2 | -2/+3 |
2021-04-09 | nhrp, lib, zebra: add/del neighbor entry possible from nhrp | Philippe Guibert | 10 | -40/+154 |
2021-04-09 | nhrpd: link layer registration to notifications | Philippe Guibert | 3 | -103/+91 |
2021-04-09 | zebra: link layer config and notification, implementation in zebra | Philippe Guibert | 9 | -2/+134 |
2021-04-09 | lib: link layer neighbor registration and notification, define API msgs | Philippe Guibert | 3 | -1/+26 |
2021-04-09 | nhrpd: use CALLOC instead of MALLOC | Philippe Guibert | 1 | -1/+1 |
2021-04-09 | nhrpd: lookup appropriate ipsec path | Philippe Guibert | 1 | -0/+39 |
2021-04-09 | doc: Check for convergence, not sleep for convergence | Donald Sharp | 1 | -0/+9 |
2021-04-09 | ospfd: fix crash on interface/vrf removal | Rafael Zalamena | 1 | -1/+7 |
2021-04-09 | tests: More black fixups | Donald Sharp | 35 | -872/+1078 |
2021-04-09 | tests: Add some more pytest marks for bgpd | Donald Sharp | 12 | -1/+41 |
2021-04-09 | lib: use platform-neutral value for TCP MD5 signature len | Mark Stapp | 5 | -10/+16 |
2021-04-09 | bgpd: Remove dead code regarding prefix_rd allocation | Donatas Abraitis | 1 | -7/+0 |
2021-04-09 | bgpd: Use bool type to check if use32bit ASN | Donatas Abraitis | 1 | -1/+1 |
2021-04-09 | doc: add "show memory [DAEMON]" | Igor Ryzhov | 1 | -2/+3 |
2021-04-09 | ospfd: fix crash on "show ip ospf neighbor detail" | Igor Ryzhov | 2 | -2/+4 |
2021-04-09 | Revert "bgpd: BGP session not established for ipv6 link local address with vr... | Donatas Abraitis | 8 | -155/+0 |
2021-04-08 | vtysh: add "show memory" for a single daemon | Igor Ryzhov | 1 | -2/+7 |
2021-04-08 | bgpd: always allow no advertise-svi-ip/default-gw | Trey Aspelund | 1 | -13/+7 |
2021-04-08 | python: fix 32-bit pointers in xrelfo container_of | David Lamparter | 1 | -1/+4 |
2021-04-08 | lib: add DT_REL to elf_py/clippy ELF code | David Lamparter | 1 | -21/+99 |
2021-04-07 | nhrpd: Change sockunion2str to %pSU in a few places | Reuben Dowle | 2 | -35/+25 |
2021-04-07 | doc: update docs for `find REGEX...` command | Quentin Young | 1 | -11/+22 |
2021-04-07 | lib, vtysh: re-add support for spaces in 'find' | Quentin Young | 2 | -6/+7 |
2021-04-06 | lib: delete empty access-lists | Igor Ryzhov | 1 | -83/+80 |