X-Git-Url: https://gerrit.fd.io/r/gitweb?p=vpp.git;a=blobdiff_plain;f=test%2Fext%2Fvom_test.cpp;h=44df2436c800c9d7df207cf185ee2abdcd0aae69;hp=6958eb117a4100c5d5a28b05e7669dcfa736e64a;hb=0053de63ec4bf8b9bce7817f1b61c9791baf6c26;hpb=096e6be4bda3b409aa6fc400d0ce507ea415f26b diff --git a/test/ext/vom_test.cpp b/test/ext/vom_test.cpp index 6958eb117a4..44df2436c80 100644 --- a/test/ext/vom_test.cpp +++ b/test/ext/vom_test.cpp @@ -1237,7 +1237,7 @@ BOOST_AUTO_TEST_CASE(test_arp_proxy) { ADD_EXPECT(interface_cmds::state_change_cmd(hw_as_up, hw_ifh)); TRY_CHECK_RC(OM::write(kurt, itf3)); - arp_proxy_binding *apb = new arp_proxy_binding(itf3, ap); + arp_proxy_binding *apb = new arp_proxy_binding(itf3); HW::item hw_binding(true, rc_t::OK); ADD_EXPECT(arp_proxy_binding_cmds::bind_cmd(hw_binding, hw_ifh.data())); TRY_CHECK_RC(OM::write(kurt, *apb));