diff options
Diffstat (limited to 'nest/attrs.h')
-rw-r--r-- | nest/attrs.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/nest/attrs.h b/nest/attrs.h index 68e4c876..e7485a7f 100644 --- a/nest/attrs.h +++ b/nest/attrs.h @@ -202,6 +202,7 @@ void ec_set_sort_x(struct adata *set); /* Sort in place */ /* Tunnel Encapsulation TLV types */ #define TLV_TUNNEL_TYPE 0x00 /* Reserved. Used internally only. */ #define TLV_ENCAPSULATION 0x01 +#define TLV_COLOR 0x04 #define TLV_REMOTE_ENDPOINT 0x06 #define TLV_UDP_DEST_PORT 0x08 @@ -218,6 +219,7 @@ struct tlv { u32 asn; ip_addr ip; } remote_endpoint; + u32 color; u16 udp_dest_port; } u; }; |