From 9a29f795a845ccb2b45e15f726cc7b151da83093 Mon Sep 17 00:00:00 2001 From: Paul Vinciguerra Date: Tue, 30 Apr 2019 20:44:25 -0700 Subject: vpp_papi_provider.py: update defautmapping. Add missing create_bvi/delete_bvi to defaultmapping. Correct typo in interface.api documentation. Change-Id: I8aa187f3b33c21fb2fcd55311ef79777c81d94d4 Signed-off-by: Paul Vinciguerra --- src/vnet/interface.api | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/vnet') diff --git a/src/vnet/interface.api b/src/vnet/interface.api index 7a2c45a47ca..8c700e15123 100644 --- a/src/vnet/interface.api +++ b/src/vnet/interface.api @@ -113,7 +113,7 @@ autoreply define want_interface_events @param sw_if_index - index of the interface @param sup_sw_if_index - index of parent interface if any, else same as sw_if_index @param l2_address_length - length of the interface's l2 address - @param pid - the interface's l2 address + @param l2_address - the interface's l2 address @param interface_name - name of the interface @param link_duplex - 1 if half duplex, 2 if full duplex @param link_speed - value in kbps -- cgit 1.2.3-korg