]> git.puffer.fish Git - mirror/frr.git/commit
bgpd: fix typo in ensure_vrf_tovpn_sid 9305/head
authorRyoga <contact@proelbtn.com>
Fri, 6 Aug 2021 02:51:44 +0000 (11:51 +0900)
committerproelbtn <contact@proelbtn.com>
Fri, 6 Aug 2021 02:53:42 +0000 (11:53 +0900)
commitf7cafbb7173692a2e01186bb92affe1493cbdcca
tree20cb5544de0903e01b535edd3dbab58ca1a618a1
parent6696b16bf0672ae16e7d1c852c25e4f424721b39
bgpd: fix typo in ensure_vrf_tovpn_sid

In eusure_vrf_tovpn_sid, there is a check to ensure not to select both
SID index and SID auto mode. But, this current check is wrong and not
meaningful.

Signed-off-by: proelbtn <contact@proelbtn.com>
bgpd/bgp_mplsvpn.c