X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvnet%2Finterface.h;h=2c2dc670a014502d9c4d7206552936da3f46129e;hb=2ae5135e4cc47f5be8895486a91ad98be36dd5dd;hp=5ca489db32d3d5d87f2beb8db403a30313815709;hpb=15ac81c16fba83033090299413a3a2dbb848a0f9;p=vpp.git diff --git a/src/vnet/interface.h b/src/vnet/interface.h index 5ca489db32d..2c2dc670a01 100644 --- a/src/vnet/interface.h +++ b/src/vnet/interface.h @@ -444,6 +444,10 @@ typedef struct vnet_hw_interface_t /* Software index for this hardware interface. */ u32 sw_if_index; + /* Next index in interface-output node for this interface + used by node function vnet_per_buffer_interface_output() */ + u32 output_node_next_index; + /* Maximum transmit rate for this interface in bits/sec. */ f64 max_rate_bits_per_sec;