]> git.proxmox.com Git - mirror_frr.git/commit - bgpd/bgp_attr.h
Update to draft-ietf-idr-bgp-prefix-sid-05
authorDaniel Walton <dwalton@cumulusnetworks.com>
Wed, 26 Apr 2017 21:45:32 +0000 (21:45 +0000)
committerDaniel Walton <dwalton@cumulusnetworks.com>
Wed, 26 Apr 2017 21:45:32 +0000 (21:45 +0000)
commitc5a543b43373d28475bf9766db8d8b937a8aaa3a
tree0b69c29a46d70b158afc2dc79645bf20cc46c19e
parenta30c1597693a656eb3f744f1e5415d3e7a49fd94
Update to draft-ietf-idr-bgp-prefix-sid-05

Signed-off-by: Daniel Walton <dwalton@cumulusnetworks.com>
The initial implementation was against draft-keyupate-idr-bgp-prefix-sid-02
This updates our label-index implementation up to draft-ietf-idr-bgp-prefix-sid-05
- changed BGP_ATTR_LABEL_INDEX to BGP_ATTR_PREFIX_SID
- since there are multiple TLVs in BGP_ATTR_PREFIX_SID you can no longer
  rely on that flag to know if there is a label-index for the path. I
changed bgp_attr_extra_new() to init the label_index to
BGP_INVALID_LABEL_INDEX
- put some placeholder code in for the other two TLVs (IPv6 and
  Originator SRGB)
bgpd/bgp_attr.c
bgpd/bgp_attr.h
bgpd/bgp_debug.c
bgpd/bgp_label.c
bgpd/bgp_route.c
bgpd/bgpd.h