aboutsummaryrefslogtreecommitdiffstats
path: root/hicn-plugin/src/faces/app/face_prod.c
diff options
context:
space:
mode:
authorAlberto Compagno <acompagn+fdio@cisco.com>2019-12-19 17:30:57 +0100
committerAlberto Compagno <acompagn+fdio@cisco.com>2020-01-07 17:43:46 +0100
commita593c64e352c7ffbee8b06b4455b9708a149147e (patch)
tree19b2368f90a345b1756664566ac3135c5fb6177e /hicn-plugin/src/faces/app/face_prod.c
parent724ca3128c772c76df20571211a77e7566285ff6 (diff)
[HICN-462] Adding probing protocol to hicn-plugin
Change-Id: I44bc9aed26d35fadf66f65aa33a8d7880e149e59 Signed-off-by: Alberto Compagno <acompagn+fdio@cisco.com>
Diffstat (limited to 'hicn-plugin/src/faces/app/face_prod.c')
-rw-r--r--hicn-plugin/src/faces/app/face_prod.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hicn-plugin/src/faces/app/face_prod.c b/hicn-plugin/src/faces/app/face_prod.c
index 14e100adc..c183d6589 100644
--- a/hicn-plugin/src/faces/app/face_prod.c
+++ b/hicn-plugin/src/faces/app/face_prod.c
@@ -307,7 +307,7 @@ hicn_face_prod_del (hicn_face_id_t face_id)
hicn_route_del_nhop (&(face_state_vec[face->shared.sw_if].prefix),
face_id);
- /*
+ /*
* Delete the content in the CS before deleting the face.
* Mandatory to prevent hitting the CS and not having the lru list
* due to a early deletion of the face.