X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvnet%2Fllc%2Fllc.h;h=990a581db7b8caaee3f311599bb15d1dca8eb30b;hb=2e7fbcc08152da5c6a17ed80ba08cd37edec6c8c;hp=0b85f5d8a8bdc234e54892f3a9730975d5cb36c2;hpb=70efbfcd49aaee207ff3d33ac60083fedd9f1eec;p=vpp.git diff --git a/src/vnet/llc/llc.h b/src/vnet/llc/llc.h index 0b85f5d8a8b..990a581db7b 100644 --- a/src/vnet/llc/llc.h +++ b/src/vnet/llc/llc.h @@ -158,9 +158,6 @@ void llc_register_input_protocol (vlib_main_t * vm, llc_protocol_t protocol, u32 node_index); -void llc_set_adjacency (vnet_rewrite_header_t * rw, - uword max_data_bytes, llc_protocol_t protocol); - format_function_t format_llc_protocol; format_function_t format_llc_header; format_function_t format_llc_header_with_length;