]> git.proxmox.com Git - mirror_frr.git/commit
bgpd: skip unsupported PREFIX_SID sub-type
authorHiroki Shirokura <slank.dev@gmail.com>
Mon, 4 Nov 2019 17:33:50 +0000 (17:33 +0000)
committerHiroki Shirokura <slank.dev@gmail.com>
Tue, 5 Nov 2019 03:41:53 +0000 (03:41 +0000)
commitc6ca155d73585b1ca383facd74e9973c281f1f93
treef9c817669881311520259e3b4c2354801d76c141
parente536181ef0452380a3ac26ccccf58e68a3b485eb
bgpd: skip unsupported PREFIX_SID sub-type

This commit make bgpd to skip and ignore unsupported
sub-type of PREFIX_SID. (especially new defined sub-type)
Current bgpd can't parase unsupported sub-type of PREFIX_SID.
PREFIX_SID is drafted on draft-ietf-idr-bgp-prefix-sid-27.
There are already new sub-type drafted on
draft-dawra-idr-srv6-vpn-05. (Type5,6 is new defined.)
This commit fix the problem reported as #5277 on GitBub.

Signed-off-by: Hiroki Shirokura <slank.dev@gmail.com>
bgpd/bgp_attr.c
bgpd/bgp_attr.h