]> git.proxmox.com Git - mirror_frr.git/commit
bgpd: ecommunity_token_rt6 is not handled
authorDonald Sharp <sharpd@nvidia.com>
Fri, 27 Jan 2023 13:10:08 +0000 (08:10 -0500)
committerDonald Sharp <sharpd@nvidia.com>
Tue, 31 Jan 2023 17:29:08 +0000 (12:29 -0500)
commit29763bc91018bb589c4f9e3a7757f28fc108cf9e
tree9e162c2f22e2e8cc980b2a45977bf0ce19afd03c
parent3b337b7d27dcc22a22e363653ccbf964bee985ed
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