From 99536f4b492478bab66ee8c6b0905a940b8db3c9 Mon Sep 17 00:00:00 2001 From: Neale Ranns Date: Thu, 25 Jul 2019 06:11:58 -0700 Subject: dhcp: send unicast and broadcast packets via the IP adjacency Type: feature this means DHCP packets are subject to the IP features configured on the interface - the unicast packets already were sent throught the adj - added UT for DHCP client sending a unicast renewal Change-Id: Id50db0b71822f44bf7cb639a524195cdc9873526 Signed-off-by: Neale Ranns --- src/vlib/trace_funcs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/vlib') diff --git a/src/vlib/trace_funcs.h b/src/vlib/trace_funcs.h index 257c3a3a4ff..d0eeb29837b 100644 --- a/src/vlib/trace_funcs.h +++ b/src/vlib/trace_funcs.h @@ -145,7 +145,7 @@ vlib_trace_buffer (vlib_main_t * vm, (struct vlib_trace_main_t *) tm); } - vlib_trace_next_frame (vm, r, next_index); + //vlib_trace_next_frame (vm, r, next_index); pool_get (tm->trace_buffer_pool, h); -- cgit 1.2.3-korg