Add an action to represent the PPPoE hardware offload support that
includes the session ID.
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
        FLOW_ACTION_MPLS_POP,
        FLOW_ACTION_MPLS_MANGLE,
        FLOW_ACTION_GATE,
+       FLOW_ACTION_PPPOE_PUSH,
        NUM_FLOW_ACTIONS,
 };
 
                        u32             num_entries;
                        struct action_gate_entry *entries;
                } gate;
+               struct {                                /* FLOW_ACTION_PPPOE_PUSH */
+                       u16             sid;
+               } pppoe;
        };
        struct flow_action_cookie *cookie; /* user defined action cookie */
 };