commit | b538dd868665009f9a3737610177342f88e3ba80 | [log] [tgz] |
---|---|---|
author | Neale Ranns <nranns@cisco.com> | Tue May 21 06:54:54 2019 -0700 |
committer | Ole Trøan <otroan@employees.org> | Tue Jun 04 10:32:46 2019 +0000 |
tree | 2e2a1964e56a70e7c2584668b8f32017311e834c | |
parent | 0c6ac791dde099346af1752aa92d0eb05fc2db11 [diff] [blame] |
Punt: specify packets by IP protocol Type Change-Id: I0c2d6fccd95146e52bb88ca4a6e84554d5d6b2ed Signed-off-by: Neale Ranns <nranns@cisco.com>
diff --git a/src/vnet/ip/ip4.h b/src/vnet/ip/ip4.h index 5c9add4..9f25f43 100644 --- a/src/vnet/ip/ip4.h +++ b/src/vnet/ip/ip4.h
@@ -288,6 +288,7 @@ ip4_header_t * ip0); void ip4_register_protocol (u32 protocol, u32 node_index); +void ip4_unregister_protocol (u32 protocolx); serialize_function_t serialize_vnet_ip4_main, unserialize_vnet_ip4_main;