| .. | .. |
|---|
| 387 | 387 | }; |
|---|
| 388 | 388 | |
|---|
| 389 | 389 | #define XFRM_SA_XFLAG_DONT_ENCAP_DSCP 1 |
|---|
| 390 | +#define XFRM_SA_XFLAG_OSEQ_MAY_WRAP 2 |
|---|
| 390 | 391 | |
|---|
| 391 | 392 | struct xfrm_usersa_id { |
|---|
| 392 | 393 | xfrm_address_t daddr; |
|---|
| .. | .. |
|---|
| 504 | 505 | int ifindex; |
|---|
| 505 | 506 | __u8 flags; |
|---|
| 506 | 507 | }; |
|---|
| 508 | +/* This flag was exposed without any kernel code that supporting it. |
|---|
| 509 | + * Unfortunately, strongswan has the code that uses sets this flag, |
|---|
| 510 | + * which makes impossible to reuse this bit. |
|---|
| 511 | + * |
|---|
| 512 | + * So leave it here to make sure that it won't be reused by mistake. |
|---|
| 513 | + */ |
|---|
| 507 | 514 | #define XFRM_OFFLOAD_IPV6 1 |
|---|
| 508 | 515 | #define XFRM_OFFLOAD_INBOUND 2 |
|---|
| 509 | 516 | |
|---|