classify: fix issue with output classify node using wrong sw_if_index 73/2873/3
authorChristophe Fontaine <christophe.fontaine@qosmos.com>
Fri, 9 Sep 2016 14:18:43 +0000 (16:18 +0200)
committerDamjan Marion <dmarion.lists@gmail.com>
Tue, 27 Sep 2016 22:35:10 +0000 (22:35 +0000)
commite162bc3884680b0b477b4b958eed246fcb938654
tree37afe34654764556f3bc93130ec6afd7da17fec9
parent62f88d881306a1f628e3a25d3e3b00b8acf7ec5e
classify: fix issue with output classify node using wrong sw_if_index

Output classify node should use sw_if_index[VLIB_TX]
Like in l2_output.c, we have to use sw_if_index[VLIB_TX]
to get the appropriate configuration.

Change-Id: I96b1a03ddf5c9e9c45fa3f5df3ea88895ed4345e
Signed-off-by: Christophe Fontaine <christophe.fontaine@qosmos.com>
vnet/vnet/l2/l2_output_classify.c