summaryrefslogtreecommitdiffstats
path: root/isisd (unfollow)
Commit message (Expand)AuthorFilesLines
2021-04-13nhrpd: remove useless typedefPhilippe Guibert1-1/+0
2021-04-13nhrp, zebra, lib: enforce usage of zapi_neigh_ip structurePhilippe Guibert10-123/+130
2021-04-12nhrp: avoid crashing when terminating interface contextsPhilippe Guibert1-4/+5
2021-04-12nhrpd: add a zebra api to configure neighbor table per interfacePhilippe Guibert5-34/+24
2021-04-12bgpd: fix pending commit checkIgor Ryzhov1-1/+1
2021-04-12bfdd: fix nb cli show with defaultsIgor Ryzhov1-63/+21
2021-04-12lib: fix interface nb stale pointersIgor Ryzhov2-6/+20
2021-04-12doc: Add `show [ip] bgp version <version>` commandDonatas Abraitis1-0/+20
2021-04-12bgpd: Filter BGP routes by prefix versionDonatas Abraitis4-23/+62
2021-04-11bgpd: Show BGP table version which was used for a particular prefixDonatas Abraitis1-3/+9
2021-04-10doc: document BGP neighbor timersQuentin Young1-0/+10
2021-04-10doc: vaguely describe system requirementsQuentin Young1-0/+27
2021-04-09pceplib: add missing endian.h and config.hDavid Lamparter2-0/+18
2021-04-09lib, doc: add "route-map NAME optimization" commandIgor Ryzhov5-8/+57
2021-04-09build: don't link pathd/path_main.c twiceDavid Lamparter1-2/+3
2021-04-09tools: add note to users re: frr.conf overwriteQuentin Young1-2/+9
2021-04-09debian: install frr.conf to /etc/frr/Quentin Young1-0/+1
2021-04-09*: remove *.conf.sample filesQuentin Young54-577/+314
2021-04-09rpm: install frr.conf by defaultQuentin Young1-0/+1
2021-04-09doc: describe acceptable commit messagesQuentin Young1-0/+12
2021-04-09topotests: add standard nhrp test between spoke and hubPhilippe Guibert11-0/+457
2021-04-09zebra: move neighbor table configuration to dplane contextsPhilippe Guibert9-58/+207
2021-04-09zebra, lib: handle NEIGH_ADD/DELETE to zebra dataplane frameworkPhilippe Guibert9-88/+222
2021-04-09zebra: handler for configuring neighbor tablePhilippe Guibert4-0/+81
2021-04-09zebra: fixes NDA_DST in netlink_neigh_update() functionPhilippe Guibert1-1/+2
2021-04-09lib: add api to configure neighbor table per interfacePhilippe Guibert2-2/+3
2021-04-09nhrp, lib, zebra: add/del neighbor entry possible from nhrpPhilippe Guibert10-40/+154
2021-04-09nhrpd: link layer registration to notificationsPhilippe Guibert3-103/+91
2021-04-09zebra: link layer config and notification, implementation in zebraPhilippe Guibert9-2/+134
2021-04-09lib: link layer neighbor registration and notification, define API msgsPhilippe Guibert3-1/+26
2021-04-09nhrpd: use CALLOC instead of MALLOCPhilippe Guibert1-1/+1
2021-04-09nhrpd: lookup appropriate ipsec pathPhilippe Guibert1-0/+39
2021-04-09doc: Check for convergence, not sleep for convergenceDonald Sharp1-0/+9
2021-04-09ospfd: fix crash on interface/vrf removalRafael Zalamena1-1/+7
2021-04-09tests: More black fixupsDonald Sharp35-872/+1078
2021-04-09tests: Add some more pytest marks for bgpdDonald Sharp12-1/+41
2021-04-09lib: use platform-neutral value for TCP MD5 signature lenMark Stapp5-10/+16
2021-04-09bgpd: Remove dead code regarding prefix_rd allocationDonatas Abraitis1-7/+0
2021-04-09bgpd: Use bool type to check if use32bit ASNDonatas Abraitis1-1/+1
2021-04-09doc: add "show memory [DAEMON]"Igor Ryzhov1-2/+3
2021-04-09ospfd: fix crash on "show ip ospf neighbor detail"Igor Ryzhov2-2/+4
2021-04-09Revert "bgpd: BGP session not established for ipv6 link local address with vr...Donatas Abraitis8-155/+0
2021-04-08vtysh: add "show memory" for a single daemonIgor Ryzhov1-2/+7
2021-04-08bgpd: always allow no advertise-svi-ip/default-gwTrey Aspelund1-13/+7
2021-04-08python: fix 32-bit pointers in xrelfo container_ofDavid Lamparter1-1/+4
2021-04-08lib: add DT_REL to elf_py/clippy ELF codeDavid Lamparter1-21/+99
2021-04-07nhrpd: Change sockunion2str to %pSU in a few placesReuben Dowle2-35/+25
2021-04-07doc: update docs for `find REGEX...` commandQuentin Young1-11/+22
2021-04-07lib, vtysh: re-add support for spaces in 'find'Quentin Young2-6/+7
2021-04-06lib: delete empty access-listsIgor Ryzhov1-83/+80