]> git.puffer.fish Git - mirror/frr.git/commit
bgpd: ecommunity_token_rt6 is not handled 12720/head
authorDonald Sharp <sharpd@nvidia.com>
Fri, 27 Jan 2023 13:10:08 +0000 (08:10 -0500)
committerDonatas Abraitis <donatas@opensourcerouting.org>
Tue, 31 Jan 2023 19:04:42 +0000 (21:04 +0200)
commit125ef88d2946edadadfcc729000f122e04169a72
tree7368136e298e08dce2eb4076a2433700f1fa6987
parent6520483a8fe923659186adeff2551de1bca248e4
bgpd: ecommunity_token_rt6 is not handled

The function ecommunity_str2com_internal appears to want to handle
the ecommunity_token_rt6 enum but skips over it.  Commit
9a659715dfcb6c0b1e3ef8004b6c9d14c55f2081 tried to add this but I really
don't see how this is going to behave correctly.  Add the
ecommunity_token_rt6 case to the switch statement so it is handled
appropriately?

Signed-off-by: Donald Sharp <sharpd@nvidia.com>
bgpd/bgp_ecommunity.c