mirror_frr/bgpd
Donald Sharp b56758dae8 bgpd: Testing for valid pointer is done by for loop
No need to test for valid pointer as that the for loop will
do so as well.  This reduces indentation.

Signed-off-by: Donald Sharp <sharpd@nvidia.com>
2024-03-02 21:05:46 -05:00
..
rfapi bgpd: fix displaying srv6 sid 2024-02-06 11:21:21 +01:00
rfp-example *: Convert struct event_master to struct event_loop 2023-03-24 08:32:17 -04:00
.gitignore
bgp_addpath_types.h bgpd: Implement neighbor X addpath-tx-best-selected command 2023-06-07 22:27:29 +03:00
bgp_addpath.c bgpd: Handle Addpath capability using dynamic capabilities 2023-10-03 17:44:19 +03:00
bgp_addpath.h bgpd: Implement Paths-Limit capability 2024-02-13 17:07:15 +02:00
bgp_advertise.c bgpd: fix attr comparaison bgp_adj_in_set 2024-01-30 15:24:32 +01:00
bgp_advertise.h bgpd: Optimize memory for bgp_adj_out struct 2024-02-09 17:18:22 +02:00
bgp_aspath.c bgpd:aspath leak fix 2023-11-14 20:39:08 +04:00
bgp_aspath.h bgpd: fix no bgp as-path access-list issue 2024-02-26 14:58:54 +01:00
bgp_attr_evpn.c *: auto-convert to SPDX License IDs 2023-02-09 14:09:11 +01:00
bgp_attr_evpn.h *: auto-convert to SPDX License IDs 2023-02-09 14:09:11 +01:00
bgp_attr.c bgpd: update route leak when vrf state changes 2024-02-14 16:39:51 +01:00
bgp_attr.h bgpd: move mp_nexthop_prefer_global boolean attribute to nh_flags 2024-02-22 18:20:34 +01:00
bgp_bfd.c bgpd: Move the peer->su to connection->su 2023-09-10 08:31:25 -04:00
bgp_bfd.h *: Convert struct event_master to struct event_loop 2023-03-24 08:32:17 -04:00
bgp_bmp.c bmp: fix vty_out for monitor afi loc-rib 2024-02-27 19:12:19 +01:00
bgp_bmp.h bgpd: loc-rib uptime moved to bgp_path_info_extra and set in header 2023-11-04 12:17:48 +01:00
bgp_btoa.c *: zebra.h should not have fcntl.h 2024-01-09 12:50:40 -05:00
bgp_clist.c build: add -Wimplicit-fallthrough 2023-10-12 21:23:18 +03:00
bgp_clist.h bgpd: add 'match community-list any' function 2023-10-02 15:24:18 +02:00
bgp_community_alias.c *: Add a hash_clean_and_free() function 2023-03-21 08:54:21 -04:00
bgp_community_alias.h *: auto-convert to SPDX License IDs 2023-02-09 14:09:11 +01:00
bgp_community.c bgpd: Remove deprecated COMMUNITY_INTERNET community 2023-08-03 17:12:19 +03:00
bgp_community.h bgpd: Remove deprecated COMMUNITY_INTERNET community 2023-08-03 17:12:19 +03:00
bgp_conditional_adv.c bgpd: Flush attrs only if we don't have to announce a conditional route 2023-11-21 10:49:36 +02:00
bgp_conditional_adv.h *: auto-convert to SPDX License IDs 2023-02-09 14:09:11 +01:00
bgp_damp.c bgpd: Initialise timebuf arrays to zeros for dampening reuse timer 2023-09-22 12:04:17 +03:00
bgp_damp.h bgpd: Optimize memory usage for bgp_damp_config struct 2024-01-30 08:12:59 +02:00
bgp_debug.c bgpd: add hooks for displaying module debug messages 2024-01-11 14:38:23 +01:00
bgp_debug.h bgpd: add hooks for displaying module debug messages 2024-01-11 14:38:23 +01:00
bgp_dump.c *: remove sys/stat.h from zebra.h 2024-01-09 12:39:23 -05:00
bgp_dump.h *: auto-convert to SPDX License IDs 2023-02-09 14:09:11 +01:00
bgp_ecommunity.c bgpd: fix route-target display with as dotted format 2024-02-27 14:28:22 +01:00
bgp_ecommunity.h bgpd: Optimize memory for ecommunity struct 2024-02-09 17:21:23 +02:00
bgp_encap_tlv.c *: auto-convert to SPDX License IDs 2023-02-09 14:09:11 +01:00
bgp_encap_tlv.h *: auto-convert to SPDX License IDs 2023-02-09 14:09:11 +01:00
bgp_encap_types.h *: auto-convert to SPDX License IDs 2023-02-09 14:09:11 +01:00
bgp_errors.c Revert "bgpd: store bgp link-state prefixes" 2023-10-10 16:45:00 -04:00
bgp_errors.h Revert "bgpd: store bgp link-state prefixes" 2023-10-10 16:45:00 -04:00
bgp_evpn_mh.c bgpd: revamp evpn debugs nexthop and l3vni 2023-12-27 16:13:13 -08:00
bgp_evpn_mh.h bgpd: Drop unused function bgp_evpn_attr_get_df_pref() 2024-02-06 14:02:51 +02:00
bgp_evpn_private.h bgpd: Convert from struct bgp_node to struct bgp_dest 2023-08-22 09:35:46 +08:00
bgp_evpn_vty.c bgpd: MTYPE_BGP was being overused split up 2023-11-21 12:41:18 -05:00
bgp_evpn_vty.h *: auto-convert to SPDX License IDs 2023-02-09 14:09:11 +01:00
bgp_evpn.c Merge pull request #15068 from chiragshah6/zdev 2024-01-02 10:42:28 +02:00
bgp_evpn.h bgpd: aggr summary-only suppressed export to evpn 2023-11-29 21:44:08 -08:00
bgp_filter.c bgpd: fix no bgp as-path access-list issue 2024-02-26 14:58:54 +01:00
bgp_filter.h bgpd: fix no bgp as-path access-list issue 2024-02-26 14:58:54 +01:00
bgp_flowspec_private.h *: auto-convert to SPDX License IDs 2023-02-09 14:09:11 +01:00
bgp_flowspec_util.c bgpd: add some flowspec sanity returns 2023-04-28 22:28:16 +02:00
bgp_flowspec_util.h *: auto-convert to SPDX License IDs 2023-02-09 14:09:11 +01:00
bgp_flowspec_vty.c *: Let's use the native IFNAMSIZ instead of INTERFACE_NAMSIZ 2023-11-21 08:08:29 -05:00
bgp_flowspec.c bgpd: Free temp memory 2023-05-29 13:39:14 +04:00
bgp_flowspec.h bgpd: Treat withdraw variable as a bool 2023-04-06 17:41:32 -04:00
bgp_fsm.c bgpd: Implement Paths-Limit capability 2024-02-13 17:07:15 +02:00
bgp_fsm.h bgpd: Fix format overflow for graceful-restart debug logs 2024-01-24 09:06:43 +02:00
bgp_io.c bgpd: bgp_fsm_change_status/BGP_TIMER_ON and BGP_EVENT_ADD 2023-09-10 08:31:25 -04:00
bgp_io.h bgpd: Convert bgp_io.c to take struct peer_connection 2023-08-18 09:29:04 -04:00
bgp_keepalives.c bgpd: make bgp_keepalives_on|off connection oriented 2023-09-10 08:31:25 -04:00
bgp_keepalives.h bgpd: make bgp_keepalives_on|off connection oriented 2023-09-10 08:31:25 -04:00
bgp_label.c bgpd: Used %pBD instead of %pRN 2023-11-13 10:28:28 -05:00
bgp_label.h bgpd: add a function to compare two label lists 2023-06-16 10:54:58 +02:00
bgp_labelpool.c bgpd: bgp_sync_label_manager failure case 2024-01-06 20:26:14 -05:00
bgp_labelpool.h bgpd: Use synchronous way to get labels from Zebra 2023-06-20 20:50:10 +03:00
bgp_lcommunity.c bgpd: Fix lcom->str string length to correctly cover aliases 2023-04-20 16:51:56 -04:00
bgp_lcommunity.h *: auto-convert to SPDX License IDs 2023-02-09 14:09:11 +01:00
bgp_mac.c bgpd: peer_established should be connection oriented 2023-09-10 08:31:25 -04:00
bgp_mac.h *: auto-convert to SPDX License IDs 2023-02-09 14:09:11 +01:00
bgp_main.c *: fix frr_daemon_info indentation 2024-01-27 19:02:51 +01:00
bgp_memory.c bgpd: Save memory when using bgp_path_info_extra and vnc 2024-02-01 07:54:35 -05:00
bgp_memory.h bgpd: Save memory when using bgp_path_info_extra and vnc 2024-02-01 07:54:35 -05:00
bgp_mpath.c bgpd: move mp_nexthop_prefer_global boolean attribute to nh_flags 2024-02-22 18:20:34 +01:00
bgp_mpath.h *: auto-convert to SPDX License IDs 2023-02-09 14:09:11 +01:00
bgp_mplsvpn_snmp.c bgpd: MTYPE_BGP was being overused split up 2023-11-21 12:41:18 -05:00
bgp_mplsvpn_snmp.h *: auto-convert to SPDX License IDs 2023-02-09 14:09:11 +01:00
bgp_mplsvpn.c bgpd: update route leak when vrf state changes 2024-02-14 16:39:51 +01:00
bgp_mplsvpn.h bgpd: fix export prefixes when rt extcomm set by route-map 2023-11-21 18:10:38 +01:00
bgp_network.c bgpd: Set correct TTL for the dynamic neighbor peers 2024-01-11 10:18:03 -08:00
bgp_network.h bgpd: Set TCP min MSS per listener 2023-09-18 22:34:45 +03:00
bgp_nexthop.c Revert "bgpd: combine import_check_table and nexthop_check_table" 2023-11-06 10:07:58 -05:00
bgp_nexthop.h bgpd: Optimize memory for bgp_nexthop_cache struct 2024-02-09 17:25:05 +02:00
bgp_nhg.c bgpd: move l3nhg functions in separate bgp_nhg.[ch] file 2023-12-11 21:03:33 +01:00
bgp_nhg.h bgpd: move l3nhg functions in separate bgp_nhg.[ch] file 2023-12-11 21:03:33 +01:00
bgp_nht.c Merge pull request #14810 from dmytroshytyi-6WIND/srv6_bgp_sid_reachability 2024-02-27 10:32:14 -05:00
bgp_nht.h bgpd: move l3nhg functions in separate bgp_nhg.[ch] file 2023-12-11 21:03:33 +01:00
bgp_open.c bgpd: Implement Paths-Limit capability 2024-02-13 17:07:15 +02:00
bgp_open.h bgpd: Implement Paths-Limit capability 2024-02-13 17:07:15 +02:00
bgp_packet.c bgpd: Implement Paths-Limit capability 2024-02-13 17:07:15 +02:00
bgp_packet.h bgpd: First pass of BGP_EVENT_ADD 2023-09-10 08:31:25 -04:00
bgp_pbr.c bgpd: bgp_path_info_extra memory optimization 2023-08-08 10:48:07 +00:00
bgp_pbr.h *: Let's use the native IFNAMSIZ instead of INTERFACE_NAMSIZ 2023-11-21 08:08:29 -05:00
bgp_rd.c Merge pull request #12248 from pguibert6WIND/bgpasdot 2023-02-21 08:01:03 -05:00
bgp_rd.h bgpd: Optimize memory for rd_ip struct 2024-01-31 11:29:30 +02:00
bgp_regex.c *: auto-convert to SPDX License IDs 2023-02-09 14:09:11 +01:00
bgp_regex.h *: auto-convert to SPDX License IDs 2023-02-09 14:09:11 +01:00
bgp_route.c bgpd: Testing for valid pointer is done by for loop 2024-03-02 21:05:46 -05:00
bgp_route.h bgpd: Save memory when using bgp_path_info_extra and vnc 2024-02-01 07:54:35 -05:00
bgp_routemap_nb_config.c bgpd, yang: fix missing mandatory/default statements on some leafs 2024-02-26 01:03:27 +02:00
bgp_routemap_nb.c bgpd, yang: fix missing mandatory/default statements on some leafs 2024-02-26 01:03:27 +02:00
bgp_routemap_nb.h bgpd, yang: fix missing mandatory/default statements on some leafs 2024-02-26 01:03:27 +02:00
bgp_routemap.c bgpd: fix no bgp as-path access-list issue 2024-02-26 14:58:54 +01:00
bgp_rpki.c bgpd: Fix value stored to group never being read 2024-02-15 23:28:18 -05:00
bgp_rpki.h bgpd: create cache server socket in vrf 2024-01-18 13:22:19 +01:00
bgp_script.c bgpd: Convert struct peer_connection to dynamically allocated 2023-08-18 09:29:04 -04:00
bgp_script.h *: auto-convert to SPDX License IDs 2023-02-09 14:09:11 +01:00
bgp_snmp_bgp4.c bgpd: add [no] bgp snmp traps bgp4-mibv2 command 2023-10-24 17:16:47 +02:00
bgp_snmp_bgp4.h bgpd: add snmp traps for bgp4-mibv2 2023-10-24 17:16:47 +02:00
bgp_snmp_bgp4v2.c bgpd: move mp_nexthop_prefer_global boolean attribute to nh_flags 2024-02-22 18:20:34 +01:00
bgp_snmp_bgp4v2.h bgpd: add snmp traps for bgp4-mibv2 2023-10-24 17:16:47 +02:00
bgp_snmp.c bgpd: fix new Formatting / Styling warning 2023-10-24 17:16:47 +02:00
bgp_snmp.h bgpd: add [no] bgp snmp traps bgp4-mibv2 command 2023-10-24 17:16:47 +02:00
bgp_table.c Revert "bgpd: store bgp link-state prefixes" 2023-10-10 16:45:00 -04:00
bgp_table.h bgpd: bgp_clear_adj_in|remove dest may be freed 2023-09-10 12:14:00 -04:00
bgp_trace.c *: make sure config.h or zebra.h is first 2021-04-23 12:06:35 +02:00
bgp_trace.h bgpd: lttng tp add ethtag to macip zebra send 2023-12-27 18:01:50 -08:00
bgp_updgrp_adv.c bgpd: Implement Paths-Limit capability 2024-02-13 17:07:15 +02:00
bgp_updgrp_packet.c bgpd: fix 6vpe nexthop 2024-02-26 10:17:08 +01:00
bgp_updgrp.c bgpd: Implement Paths-Limit capability 2024-02-13 17:07:15 +02:00
bgp_updgrp.h bgpd: Add neighbor X send-community extended rpki command 2024-02-07 22:35:21 +02:00
bgp_vnc_types.h *: auto-convert to SPDX License IDs 2023-02-09 14:09:11 +01:00
bgp_vpn.c bgpd: show_adj_route_vpn always leaked json memory 2024-01-07 15:55:15 -05:00
bgp_vpn.h *: auto-convert to SPDX License IDs 2023-02-09 14:09:11 +01:00
bgp_vty.c bgpd: Implement Paths-Limit capability 2024-02-13 17:07:15 +02:00
bgp_vty.h bgpd: Add neighbor X send-community extended rpki command 2024-02-07 22:35:21 +02:00
bgp_zebra.c bgpd: move mp_nexthop_prefer_global boolean attribute to nh_flags 2024-02-22 18:20:34 +01:00
bgp_zebra.h bgpd: fix flushing ipv6 flowspec entries when peering stops 2024-02-07 23:01:25 +01:00
bgpd.c bgpd: Implement Paths-Limit capability 2024-02-13 17:07:15 +02:00
bgpd.h bgpd: Implement Paths-Limit capability 2024-02-13 17:07:15 +02:00
Makefile
subdir.am bgpd: move l3nhg functions in separate bgp_nhg.[ch] file 2023-12-11 21:03:33 +01:00