Fix current data offset to use vlib_buffer_get_current in input/output ACL 28/10828/1
authorSteve Shin <jonshin@cisco.com>
Mon, 26 Feb 2018 19:43:31 +0000 (11:43 -0800)
committerSteve Shin <jonshin@cisco.com>
Mon, 26 Feb 2018 19:43:31 +0000 (11:43 -0800)
commit2ae03d2f8f8336454edb34187e222544c1452014
treef6c1ec5f6afd3d4cc0955f1a7231b082ba911aca
parentf9a968e2f928111e53de43fdf33dbf5145210074
Fix current data offset to use vlib_buffer_get_current in input/output ACL

vlib_buffer_get_current() should be used for current data offset in ACL.
This is required for output ACL where packets are decoded through a vxlan tunnel rx node.

Change-Id: I6f739f251c3eb0d59ee4ae0da97aa04ddf667468
Signed-off-by: Steve Shin <jonshin@cisco.com>
src/vnet/l2/l2_in_out_acl.c