X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fplugins%2Fgbp%2Fgbp_learn.h;h=a000905e63a327f54130f63eabd48d92fa4cb296;hb=59f71132e;hp=c40196ef25999c0ebc109ef317de880ff6c0a454;hpb=f90bcee0944064fbe99571b772eef4baba32152e;p=vpp.git diff --git a/src/plugins/gbp/gbp_learn.h b/src/plugins/gbp/gbp_learn.h index c40196ef259..a000905e63a 100644 --- a/src/plugins/gbp/gbp_learn.h +++ b/src/plugins/gbp/gbp_learn.h @@ -23,12 +23,6 @@ */ #define GBP_ENDPOINT_HASH_LEARN_RATE (1e-2) -typedef enum gbp_learn_mode_t_ -{ - GBP_LEARN_MODE_L2, - GBP_LEARN_MODE_L3, -} gbb_learn_mode_t; - /** * Grouping of global data for the GBP source EPG classification feature */ @@ -53,10 +47,8 @@ typedef struct gbp_learn_main_t_ extern gbp_learn_main_t gbp_learn_main; -extern void gbp_learn_enable (u32 sw_if_index, gbb_learn_mode_t mode); -extern void gbp_learn_disable (u32 sw_if_index, gbb_learn_mode_t mode); - -extern void gbp_learn_set_inactive_threshold (u32 max_age); +extern void gbp_learn_enable (u32 sw_if_index); +extern void gbp_learn_disable (u32 sw_if_index); #endif