mirror_frr/bgpd
Donatas Abraitis 4c60e50f7f
Merge pull request #6191 from NaveenThanikachalam/ibgp_connected
bgpd: Enforce self-next-hop check in next-hop update.
2020-04-21 23:16:03 +03:00
..
rfapi Merge pull request #6135 from opensourcerouting/cli-node-cleanup 2020-04-16 19:24:56 -04:00
rfp-example Treewide: use ANSI function definitions 2019-01-24 11:21:59 +01:00
.gitignore *: cleanup .gitignore files 2018-09-08 21:30:42 +02:00
bgp_addpath_types.h bgpd: Re-use TX Addpath IDs where possible 2018-11-10 00:16:36 +00:00
bgp_addpath.c bgpd: Convert lots of int type functions to bool/void 2020-03-21 14:59:18 +02:00
bgp_addpath.h bgpd: Convert lots of int type functions to bool/void 2020-03-21 14:59:18 +02:00
bgp_advertise.c bgpd: Convert lots of int type functions to bool/void 2020-03-21 14:59:18 +02:00
bgp_advertise.h bgpd: Convert lots of int type functions to bool/void 2020-03-21 14:59:18 +02:00
bgp_aspath.c Merge pull request #5954 from ton31337/feature/rfc7607 2020-03-17 10:27:35 -04:00
bgp_aspath.h Merge pull request #5954 from ton31337/feature/rfc7607 2020-03-17 10:27:35 -04:00
bgp_attr_evpn.c bgpd: Ability to add/update unique extended communities 2020-03-30 20:12:31 -07:00
bgp_attr_evpn.h bgpd: Convert lots of int type functions to bool/void 2020-03-21 14:59:18 +02:00
bgp_attr.c *: Do not cast to the same type 2020-04-08 17:15:06 +03:00
bgp_attr.h bgpd: fix multiple bugs with cluster_list attrs 2020-04-05 20:55:02 -04:00
bgp_bfd.c bgpd: Convert lots of int type functions to bool/void 2020-03-21 14:59:18 +02:00
bgp_bfd.h bgpd: Convert lots of int type functions to bool/void 2020-03-21 14:59:18 +02:00
bgp_bmp.c *: move CLI node names to cmd_node->name 2020-04-16 12:53:59 +02:00
bgp_bmp.h lib,nhrpd,bgpd/bmp: pass resolver failure details 2019-12-11 13:33:36 +01:00
bgp_btoa.c bgpd: Convert lots of int type functions to bool/void 2020-03-21 14:59:18 +02:00
bgp_clist.c bgpd, lib: Use bool instead of uint8_t for community/prefix-list "any" 2020-04-16 15:27:51 +03:00
bgp_clist.h bgpd, lib: Use bool instead of uint8_t for community/prefix-list "any" 2020-04-16 15:27:51 +03:00
bgp_community.c Merge pull request #6175 from ton31337/fix/avoid_same_type_typecasting 2020-04-08 22:44:53 +02:00
bgp_community.h bgpd: Use COMMUNITY_SIZE instead of just 4 2020-04-08 18:09:25 +03:00
bgp_damp.c bgpd: Convert users of rn->p to use accessor function 2020-03-26 16:25:16 -04:00
bgp_damp.h bgpd: Rework BGP dampening to be per AFI/SAFI 2019-11-11 09:52:40 +02:00
bgp_debug.c *: move CLI node names to cmd_node->name 2020-04-16 12:53:59 +02:00
bgp_debug.h lib, bgpd: Another round of struct const prefix cleanup 2020-03-26 16:22:00 -04:00
bgp_dump.c *: move CLI node names to cmd_node->name 2020-04-16 12:53:59 +02:00
bgp_dump.h bgpd: hook for bgp peer status change events 2019-08-13 11:59:27 -07:00
bgp_ecommunity.c *: Do not cast to the same type 2020-04-08 17:15:06 +03:00
bgp_ecommunity.h bgpd: Announce cumulative link bandwidth to EBGP peers 2020-03-30 20:12:31 -07:00
bgp_encap_tlv.c *: remove null check before XFREE 2019-02-25 23:00:46 +00:00
bgp_encap_tlv.h *: reindent 2017-07-17 14:04:07 +02:00
bgp_encap_types.h *: use C99 standard fixed-width integer types 2018-03-27 15:13:34 -04:00
bgp_errors.c bgpd: Add a better breadcrumb for when bgp is missconfiged 2020-02-19 10:52:14 -05:00
bgp_errors.h bgpd: Add a better breadcrumb for when bgp is missconfiged 2020-02-19 10:52:14 -05:00
bgp_evpn_private.h bgpd: More const struct prefix work 2020-03-22 14:50:46 -04:00
bgp_evpn_vty.c bgpd: Add int args to show bgp evpn route type 2020-04-14 20:36:12 -04:00
bgp_evpn_vty.h bgpd: get rid of afi_header_vty_out() & co. 2017-08-29 08:36:03 +02:00
bgp_evpn.c *: Do not cast to the same type 2020-04-08 17:15:06 +03:00
bgp_evpn.h lib, bgpd: Another round of struct const prefix cleanup 2020-03-26 16:22:00 -04:00
bgp_filter.c *: move CLI node names to cmd_node->name 2020-04-16 12:53:59 +02:00
bgp_filter.h bgpd: Convert lots of int type functions to bool/void 2020-03-21 14:59:18 +02:00
bgp_flowspec_private.h bgpd: support for show bgp ipv4 flowspec 2018-03-30 14:01:05 +02:00
bgp_flowspec_util.c bgpd: Convert users of rn->p to use accessor function 2020-03-26 16:25:16 -04:00
bgp_flowspec_util.h bgpd: More const struct prefix work 2020-03-22 14:50:46 -04:00
bgp_flowspec_vty.c bgpd: Convert users of rn->p to use accessor function 2020-03-26 16:25:16 -04:00
bgp_flowspec.c bgpd: Do not send UPDATE message with maximum-prefix 2019-04-24 14:51:06 +03:00
bgp_flowspec.h bgpd: More const struct prefix work 2020-03-22 14:50:46 -04:00
bgp_fsm.c bgpd: Convert lots of int type functions to bool/void 2020-03-21 14:59:18 +02:00
bgp_fsm.h bgpd: Convert lots of int type functions to bool/void 2020-03-21 14:59:18 +02:00
bgp_io.c bgpd, lib: fix style from BGP GR code 2020-02-04 15:19:04 -05:00
bgp_io.h bgpd: raise default & max r/w quanta to 64 2019-10-14 18:41:53 +00:00
bgp_keepalives.c *: generously apply const 2019-12-02 15:01:29 +01:00
bgp_keepalives.h bgpd: update pthreads to use lib changes 2018-01-24 15:30:55 -05:00
bgp_label.c *: fix format string warnings 2020-03-29 10:45:46 +02:00
bgp_label.h bgpd: IPv4 LU withdraw using 0x000000 label 2019-11-20 15:28:46 +03:00
bgp_labelpool.c lib, zebra: support label chunk requests for SRGB 2019-07-10 15:20:27 +02:00
bgp_labelpool.h bgpd: replace label pool fifo with DECLARE_LIST 2019-04-27 19:33:45 +02:00
bgp_lcommunity.c bgpd: Fixes for memory leaks. 2020-04-08 20:27:49 -07:00
bgp_lcommunity.h *: use the current project name (FRRouting) 2020-03-25 17:38:56 -04:00
bgp_mac.c bgpd: Convert users of rn->p to use accessor function 2020-03-26 16:25:16 -04:00
bgp_mac.h bgpd: Rework code to use const struct prefix 2020-03-24 07:51:41 -04:00
bgp_main.c *: include vrf northbound module in init 2020-04-16 08:00:15 -07:00
bgp_memory.c bgpd: prefix-sid srv6 l3vpn service tlv 2020-01-15 18:20:35 +09:00
bgp_memory.h bgpd: prefix-sid srv6 l3vpn service tlv 2020-01-15 18:20:35 +09:00
bgp_mpath.c bgpd: Implement options for link bandwidth handling 2020-03-30 20:12:31 -07:00
bgp_mpath.h bgpd: Implement options for link bandwidth handling 2020-03-30 20:12:31 -07:00
bgp_mplsvpn.c bgpd: #if ENABLE_BGP_VNC -> #ifdef ENABLE_BGP_VNC 2020-04-01 15:05:26 -04:00
bgp_mplsvpn.h bgpd: router bgp export leaked vpn routes 2019-06-17 15:41:50 -07:00
bgp_network.c bgpd: Add 'show bgp listeners' command for diagnostics 2020-03-10 09:59:56 -04:00
bgp_network.h bgpd: Add 'show bgp listeners' command for diagnostics 2020-03-10 09:59:56 -04:00
bgp_nexthop.c *: Do not cast to the same type 2020-04-08 17:15:06 +03:00
bgp_nexthop.h bgpd: Convert lots of int type functions to bool/void 2020-03-21 14:59:18 +02:00
bgp_nht.c bgpd: Force self-next-hop check in next-hop update. 2020-04-11 07:26:33 -07:00
bgp_nht.h bgpd: Remove not used bgp_find_nexthop() function 2019-11-08 15:04:29 +02:00
bgp_open.c bgpd: Convert lots of int type functions to bool/void 2020-03-21 14:59:18 +02:00
bgp_open.h bgpd: Remove trailing whitespaces from some header files 2019-09-17 11:28:48 +03:00
bgp_packet.c Merge pull request #6071 from ton31337/feature/rfc6286 2020-04-03 15:16:59 +02:00
bgp_packet.h bgpd, lib: fix style from BGP GR code 2020-02-04 15:19:04 -05:00
bgp_pbr.c bgpd: Ability to add/update unique extended communities 2020-03-30 20:12:31 -07:00
bgp_pbr.h bgpd: Rework code to use const struct prefix 2020-03-24 07:51:41 -04:00
bgp_rd.c bgpd: #if ENABLE_BGP_VNC -> #ifdef ENABLE_BGP_VNC 2020-04-01 15:05:26 -04:00
bgp_rd.h bgpd: #if ENABLE_BGP_VNC -> #ifdef ENABLE_BGP_VNC 2020-04-01 15:05:26 -04:00
bgp_regex.c *: reindent 2017-07-17 14:04:07 +02:00
bgp_regex.h *: reindent 2017-07-17 14:04:07 +02:00
bgp_route.c Merge pull request #6191 from NaveenThanikachalam/ibgp_connected 2020-04-21 23:16:03 +03:00
bgp_route.h bgpd: Force self-next-hop check in next-hop update. 2020-04-11 07:26:33 -07:00
bgp_routemap.c *: replace all random() calls 2020-04-17 20:57:43 -03:00
bgp_rpki.c *: add ->node_exit to struct cmd_node 2020-04-16 12:54:03 +02:00
bgp_snmp.c *: Do not cast to the same type 2020-04-08 17:15:06 +03:00
bgp_table.c bgpd: Convert users of rn->p to use accessor function 2020-03-26 16:25:16 -04:00
bgp_table.h lib: prepare for plugin-based frr_format check 2020-03-29 10:45:46 +02:00
bgp_updgrp_adv.c bgpd: Convert users of rn->p to use accessor function 2020-03-26 16:25:16 -04:00
bgp_updgrp_packet.c bgpd: Convert users of rn->p to use accessor function 2020-03-26 16:25:16 -04:00
bgp_updgrp.c bgpd: Convert lots of int type functions to bool/void 2020-03-21 14:59:18 +02:00
bgp_updgrp.h bgpd: Convert lots of int type functions to bool/void 2020-03-21 14:59:18 +02:00
bgp_vnc_types.h bgpd: #if ENABLE_BGP_VNC -> #ifdef ENABLE_BGP_VNC 2020-04-01 15:05:26 -04:00
bgp_vpn.c bgpd: #if ENABLE_BGP_VNC -> #ifdef ENABLE_BGP_VNC 2020-04-01 15:05:26 -04:00
bgp_vpn.h bgpd/ospfd: make bgp and ospf json response a bit more consistent 2018-08-30 12:40:18 +00:00
bgp_vty.c bgpd: Use true/false for reject_as_sets 2020-04-20 12:59:52 +03:00
bgp_vty.h bgpd: take into account code style recommendations. 2020-04-08 08:56:52 +02:00
bgp_zebra.c Merge pull request #6105 from vivek-cumulus/bgp_link_bandwidth_unequal_cost_multipath 2020-04-05 11:41:42 -07:00
bgp_zebra.h bgpd: Implement options for link bandwidth handling 2020-03-30 20:12:31 -07:00
bgpd.c bgpd: Use true/false for reject_as_sets 2020-04-20 12:59:52 +03:00
bgpd.conf.sample doc: Update documentation about multiple-instance 2019-06-18 09:31:35 -04:00
bgpd.conf.sample2
bgpd.conf.vnc.sample bgpd: hide "router bgp" commands also under "address-family ipv4 unicast" 2017-05-04 17:06:13 +00:00
bgpd.h bgpd: Use true/false for reject_as_sets 2020-04-20 12:59:52 +03:00
IMPLEMENTATION.txt bgpd: Convert struct bgp_info to struct bgp_path_info 2018-10-09 14:14:25 -04:00
Makefile build: non-recursive bgpd & rfp 2018-09-08 21:25:59 +02:00
subdir.am doc: rename man pages to frr-* 2020-01-15 14:05:11 +01:00
valgrind.supp lib/log: add valgrind suppression for zlog 2020-04-01 06:53:26 +02:00