On Thu, May 30, 2019 at 3:18 PM David Miller wrote:
>
> From: Tom Herbert
> Date: Thu, 30 May 2019 14:50:16 -0700
>
> > TLV constants are defined for PAD1, PADN, and HMAC (the three defined in
> > draft-ietf-6man-segment-routing-header-19). The other TLV are unused and
> > not correct so they are
From: Tom Herbert
Date: Thu, 30 May 2019 14:50:16 -0700
> TLV constants are defined for PAD1, PADN, and HMAC (the three defined in
> draft-ietf-6man-segment-routing-header-19). The other TLV are unused and
> not correct so they are removed.
Removing macros will break userland compilation, you ca
The definitions of TLVs in uapi/linux/seg6.h are incorrect and
incomplete. Fix this.
TLV constants are defined for PAD1, PADN, and HMAC (the three defined in
draft-ietf-6man-segment-routing-header-19). The other TLV are unused and
not correct so they are removed.
Signed-off-by: Tom Herbert
---