summaryrefslogtreecommitdiffstats
path: root/ospfd/ospf_te.c (unfollow)
Commit message (Expand)AuthorFilesLines
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-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-06ospfd: permit over-write of message-digest-keyMark Stapp1-4/+3
2021-04-06docs: add zebra debug docsMark Stapp1-0/+65
2021-04-06nhrpd: Fixup tab usage and sockunion2str usageDonald Sharp2-6/+3
2021-04-06tests: Nexthop should not be changed if peer X shares a common subnetDonatas Abraitis8-0/+157
2021-04-05zebra: be more selective about processing LSPsMark Stapp1-0/+16
2021-04-05zebra: add 'detail' mpls debug settingMark Stapp2-8/+24
2021-04-05tests: fix python3 backported iproute2 vrf checkDavid Schweizer1-2/+1
2021-04-05tests: fix l3mdev config in isis-topo1-vrf topotestDavid Schweizer1-25/+6
2021-04-05tests: fix l3mdev config in bgp_vrf_lite_ipv6_rtadv topotestDavid Schweizer1-25/+3
2021-04-05tests: fix l3mdev config in bgp_l3vpn_to_bgp_vrf topotestDavid Schweizer2-18/+9
2021-04-05tests: fix l3mdev config in bgp_evpn_rt5 topotestDavid Schweizer1-10/+2
2021-04-05tests: add l3mdev config helpers for VRF topotestsDavid Schweizer2-8/+55
2021-04-05tests: Fix for BGP_GR test failuresKuldeep Kashyap4-25/+184
2021-04-02bgpd: increase the maximum number of neighborsPhilippe Guibert4-4/+13
2021-04-02ospfd: ignore duplicated "ip ospf area" commandsIgor Ryzhov1-3/+6
2021-04-01bgpd: prefix-list and route-map nb fixesIgor Ryzhov1-8/+5
2021-04-01bfdd: fix profiles autocompletionIgor Ryzhov2-2/+2
2021-04-01bbfd: clear nb config entries when removing bfd nodeIgor Ryzhov1-1/+15
2021-04-01bfdd: remove profiles when removing bfd nodeIgor Ryzhov3-0/+10
2021-04-01bgpd: fix build warningsIgor Ryzhov1-1/+1
2021-04-01bgpd: BGP session not established for ipv6 link local address with vrf configsudhanshukumar228-0/+155
2021-04-01tools: do in-place SRGB/SRLB changesEmanuele Di Pascale1-0/+10
2021-04-01nhrpd: Fix memory leak in error path when forwarding packetsReuben Dowle1-0/+1
2021-04-01bgpd: fix old vpn command compilation failuresTrey Aspelund2-3/+3
2021-04-01doc: Add Displaying Routes by RD sectionTrey Aspelund1-5/+32
2021-04-01bgpd: Add 'rd all' keyword to EVPN/L3VPN show cmdsTrey Aspelund3-87/+313
2021-04-01nhrpd: Ensure invalid pointer is not used if two NAT extensions receivedReuben Dowle2-37/+41
2021-03-31tools: frr-reload fixes for deleting vrf static routesDon Slice1-0/+46
2021-03-31tools: frr-reload.py changes to make black happyDon Slice1-9/+11
2021-03-31ospfd: fix building with --disable-bfddIgor Ryzhov1-1/+3
2021-03-31lib: remove inet6_ntoa apiMark Stapp2-11/+0
2021-03-31ripngd: use pI6 instead of inet6_ntoaMark Stapp2-51/+47
2021-03-31build: add pceplib test output to gitignoreMark Stapp2-0/+14
2021-03-30doc/developer: improve printfrr extension docsDavid Lamparter3-54/+299
2021-03-30lib: save errno in vty_out()David Lamparter1-0/+3
2021-03-30lib: add `%dPF` & `%dSO` formatsDavid Lamparter2-0/+51
2021-03-30lib: fix & improve `%pSU` formatDavid Lamparter2-3/+35
2021-03-30lib: add `%pSQ` and `%pSE` string escape formatsDavid Lamparter3-5/+232