mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-07-27 03:33:43 +00:00
Merge pull request #9305 from proelbtn/patch-1
bgpd: fix typo in ensure_vrf_tovpn_sid
This commit is contained in:
commit
4de721ee97
@ -595,7 +595,7 @@ void ensure_vrf_tovpn_sid(struct bgp *bgp_vpn, struct bgp *bgp_vrf, afi_t afi)
|
||||
return;
|
||||
|
||||
/* check invalid case both configured index and auto */
|
||||
if (tovpn_sid_index != 0 && tovpn_sid_index) {
|
||||
if (tovpn_sid_index != 0 && tovpn_sid_auto) {
|
||||
zlog_err("%s: index-mode and auto-mode both selected. ignored.",
|
||||
__func__);
|
||||
return;
|
||||
|
Loading…
Reference in New Issue
Block a user