From 340b10a38ed84600ed3336657ef3a104d9ebe877 Mon Sep 17 00:00:00 2001 From: zstas Date: Sat, 9 May 2020 16:57:23 +0000 Subject: pppoe: make pppoe plugin work with dot1q subinterfaces - Enabling arc "device-input" with the next node "pppoe-input" on the pppoe cp interface: to get rid of L3_MAC_MISMATCH error - Parsing in the "pppoe-input" node fixed to parse all headers from the scratch - Getting mac address directly from encap interface when filling up DPO adjacency. Anyway, in the case of the dot1q subinterface, we need to get vlan tags to fill the DPO adjacency. Type: improvement Change-Id: I5405931b0f58bef7b852c079a7e66e0da8b5de0f Signed-off-by: Stanislav Zaikin --- src/plugins/pppoe/pppoe.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/plugins/pppoe/pppoe.h') diff --git a/src/plugins/pppoe/pppoe.h b/src/plugins/pppoe/pppoe.h index 3e331ee6a11..a72b7349328 100644 --- a/src/plugins/pppoe/pppoe.h +++ b/src/plugins/pppoe/pppoe.h @@ -205,6 +205,8 @@ typedef struct u32 cp_if_index; } vnet_pppoe_add_del_tap_args_t; +int pppoe_add_del_cp (u32 cp_if_index, u8 is_add); + always_inline u64 pppoe_make_key (u8 * mac_address, u16 session_id) { -- cgit 1.2.3-korg