diff options
Diffstat (limited to 'src/vnet/ethernet/p2p_ethernet.api')
-rw-r--r-- | src/vnet/ethernet/p2p_ethernet.api | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/vnet/ethernet/p2p_ethernet.api b/src/vnet/ethernet/p2p_ethernet.api index 72a734237d5..8fb66376522 100644 --- a/src/vnet/ethernet/p2p_ethernet.api +++ b/src/vnet/ethernet/p2p_ethernet.api @@ -18,6 +18,7 @@ define p2p_ethernet_add u32 client_index; u32 context; u32 parent_if_index; + u32 subif_id; u8 remote_mac[6]; }; |