X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fplugins%2Fgbp%2Fgbp_ext_itf.h;h=d1b0f983447b05de765af6bf316cc1f4a5c5f254;hb=cfc7a107e6cb8be6e7c53a08e23a146c431c8e90;hp=dafcd08a2e4c6a6bec7561ba6822e4d46ba663b0;hpb=2ec825937b7ac856f67d086ce6814dd21c5e9bd7;p=vpp.git diff --git a/src/plugins/gbp/gbp_ext_itf.h b/src/plugins/gbp/gbp_ext_itf.h index dafcd08a2e4..d1b0f983447 100644 --- a/src/plugins/gbp/gbp_ext_itf.h +++ b/src/plugins/gbp/gbp_ext_itf.h @@ -52,6 +52,9 @@ typedef struct gpb_ext_itf_t_ extern int gbp_ext_itf_add (u32 sw_if_index, u32 bd_id, u32 rd_id); extern int gbp_ext_itf_delete (u32 sw_if_index); +extern int gbp_ext_itf_anon_add (u32 sw_if_index, u32 bd_id, u32 rd_id); +extern int gbp_ext_itf_anon_delete (u32 sw_if_index); + extern u8 *format_gbp_ext_itf (u8 * s, va_list * args); typedef walk_rc_t (*gbp_ext_itf_cb_t) (gbp_ext_itf_t * gbpe, void *ctx);