mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-14 18:27:21 +00:00
bgpd: Do not test for bgp_path_info in rfapiCopyUnEncap2VPN()
Already checked. Signed-off-by: Donatas Abraitis <donatas.abraitis@gmail.com>
This commit is contained in:
parent
6198b69489
commit
e6b457ac06
@ -2592,10 +2592,8 @@ static void rfapiCopyUnEncap2VPN(struct bgp_path_info *encap_bpi,
|
|||||||
* instrumentation to debug segfault of 091127
|
* instrumentation to debug segfault of 091127
|
||||||
*/
|
*/
|
||||||
vnc_zlog_debug_verbose("%s: vpn_bpi=%p", __func__, vpn_bpi);
|
vnc_zlog_debug_verbose("%s: vpn_bpi=%p", __func__, vpn_bpi);
|
||||||
if (vpn_bpi) {
|
vnc_zlog_debug_verbose("%s: vpn_bpi->extra=%p", __func__,
|
||||||
vnc_zlog_debug_verbose("%s: vpn_bpi->extra=%p",
|
vpn_bpi->extra);
|
||||||
__func__, vpn_bpi->extra);
|
|
||||||
}
|
|
||||||
|
|
||||||
vpn_bpi->extra->vnc.import.un_family = AF_INET;
|
vpn_bpi->extra->vnc.import.un_family = AF_INET;
|
||||||
vpn_bpi->extra->vnc.import.un.addr4 =
|
vpn_bpi->extra->vnc.import.un.addr4 =
|
||||||
|
Loading…
Reference in New Issue
Block a user