mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-23 12:43:55 +08:00
net: flow_offload.h: Fix a comment at flow_action_entry.mangle
This field references FLOW_ACTION_PACKET_EDIT. Such action does not exist though. Instead the field is used for FLOW_ACTION_MANGLE and _ADD. Signed-off-by: Petr Machata <petrm@mellanox.com> Reviewed-by: Jiri Pirko <jiri@mellanox.com> Signed-off-by: Ido Schimmel <idosch@mellanox.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
14340219b8
commit
1f40be6a34
@ -202,7 +202,8 @@ struct flow_action_entry {
|
|||||||
__be16 proto;
|
__be16 proto;
|
||||||
u8 prio;
|
u8 prio;
|
||||||
} vlan;
|
} vlan;
|
||||||
struct { /* FLOW_ACTION_PACKET_EDIT */
|
struct { /* FLOW_ACTION_MANGLE */
|
||||||
|
/* FLOW_ACTION_ADD */
|
||||||
enum flow_action_mangle_base htype;
|
enum flow_action_mangle_base htype;
|
||||||
u32 offset;
|
u32 offset;
|
||||||
u32 mask;
|
u32 mask;
|
||||||
|
Loading…
Reference in New Issue
Block a user