From de312c2d5fd709e2562955f0a57a56ea91455d7d Mon Sep 17 00:00:00 2001 From: Mohsin Kazmi Date: Fri, 27 Sep 2019 13:44:28 +0200 Subject: interface: dump the interface device type Type: feature Change-Id: I22e2ef34631c9432311ff6457504e0649e0512b4 Signed-off-by: Mohsin Kazmi --- src/vnet/interface.api | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/vnet/interface.api') diff --git a/src/vnet/interface.api b/src/vnet/interface.api index 02d7a505a51..1db5ef34c3a 100644 --- a/src/vnet/interface.api +++ b/src/vnet/interface.api @@ -131,6 +131,7 @@ autoreply define want_interface_events @param pbb_b_vlanid - B-tag vlanid @param pbb_i_sid - I-tag service id @param interface_name - name of the interface + @param interface_dev_type - device type of the interface @param tag - an ascii tag */ define sw_interface_details @@ -186,6 +187,7 @@ define sw_interface_details /* Interface name */ string interface_name[64]; + string interface_dev_type[64]; string tag[64]; }; -- cgit 1.2.3-korg