mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-07-27 11:44:16 +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;
|
return;
|
||||||
|
|
||||||
/* check invalid case both configured index and auto */
|
/* 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.",
|
zlog_err("%s: index-mode and auto-mode both selected. ignored.",
|
||||||
__func__);
|
__func__);
|
||||||
return;
|
return;
|
||||||
|
Loading…
Reference in New Issue
Block a user