X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvnet%2Flisp-cp%2Fcontrol.h;h=d8318b5530c254bbd2a77068b6cfba3f92f5f077;hb=bdc0e6b7;hp=ac18768f88aebefce062cc4525db83525c5b9024;hpb=0a8840df8ea6d4936d080c111f2b361f575a773d;p=vpp.git diff --git a/src/vnet/lisp-cp/control.h b/src/vnet/lisp-cp/control.h index ac18768f88a..d8318b5530c 100644 --- a/src/vnet/lisp-cp/control.h +++ b/src/vnet/lisp-cp/control.h @@ -119,7 +119,7 @@ typedef enum #define foreach_lisp_flag_bit \ _(USE_PETR, "Use Proxy-ETR") \ _(XTR_MODE, "ITR/ETR mode") \ - _(PETR_MODE, "Use Proxy-ETR") \ + _(PETR_MODE, "Proxy-ETR mode") \ _(PITR_MODE, "Proxy-ITR mode") \ _(STATS_ENABLED, "Statistics enabled") @@ -265,7 +265,7 @@ typedef struct /* enable/disable rloc-probing */ u8 rloc_probing; - /* timing wheel for mappping timeouts */ + /* timing wheel for mapping timeouts */ timing_wheel_t wheel; /** Per thread pool of records shared with thread0 */