From cf3ecb1a42c9c40f386ed59964117c3dab15fa5c Mon Sep 17 00:00:00 2001 From: Neale Ranns Date: Tue, 11 Dec 2018 08:40:20 -0800 Subject: VOM: vxlan-tunnel takes egress interface for multicast Change-Id: I23b44d883fbd7919bf55b96b180f97837fd6dae9 Signed-off-by: Neale Ranns --- test/ext/vom_test.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'test/ext') diff --git a/test/ext/vom_test.cpp b/test/ext/vom_test.cpp index f17d749f3f3..fa51c38215d 100644 --- a/test/ext/vom_test.cpp +++ b/test/ext/vom_test.cpp @@ -1156,7 +1156,8 @@ BOOST_AUTO_TEST_CASE(test_vxlan) { vxlan_tunnel vxt(ep.src, ep.dst, ep.vni); HW::item hw_vxt(3, rc_t::OK); - ADD_EXPECT(vxlan_tunnel_cmds::create_cmd(hw_vxt, "don't-care", ep)); + ADD_EXPECT(vxlan_tunnel_cmds::create_cmd(hw_vxt, "don't-care", ep, + handle_t::INVALID)); TRY_CHECK_RC(OM::write(franz, vxt)); -- cgit 1.2.3-korg