diff options
author | Alberto Compagno <acompagn+fdio@cisco.com> | 2019-11-22 13:09:58 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@fd.io> | 2019-11-22 13:09:58 +0000 |
commit | 843fba473ff35d026a7c4d39aa269b06c55e1f91 (patch) | |
tree | 5748e42bc923d85cd15114409d2719a976d0106e /hicn-plugin/src/faces/udp/face_udp.h | |
parent | 4d593c09d9cc1496788f7953de25832193064103 (diff) | |
parent | 62f7b46d4c49d6e5bfb5b3b537bfcaf6503e7bac (diff) |
Merge "[HICN-405] Added application face delete"
Diffstat (limited to 'hicn-plugin/src/faces/udp/face_udp.h')
-rw-r--r-- | hicn-plugin/src/faces/udp/face_udp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hicn-plugin/src/faces/udp/face_udp.h b/hicn-plugin/src/faces/udp/face_udp.h index cea3e7262..5dfc76e22 100644 --- a/hicn-plugin/src/faces/udp/face_udp.h +++ b/hicn-plugin/src/faces/udp/face_udp.h @@ -294,7 +294,7 @@ hicn_iface_udp4_add (const ip4_address_t * local_addr, face->shared.pl_id = (u16) 0; face->shared.face_type = hicn_face_udp_type; face->shared.flags = HICN_FACE_FLAGS_IFACE; - face->shared.locks = 0; + face->shared.locks = 1; face->shared.sw_if = sw_if; hicn_face_udp_key_t key; |