X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fplugins%2Fikev2%2Fikev2.api;h=c872c6f00889a79eeacf7003f1b36b46f6e36f48;hb=b29d523af039ac007238300a7316ba9e3e44ce25;hp=aa9f1b3e554b538ff025e2e315ac5a426272e659;hpb=05aceacc38d1988c0651829d4733feb4745b427e;p=vpp.git diff --git a/src/plugins/ikev2/ikev2.api b/src/plugins/ikev2/ikev2.api index aa9f1b3e554..c872c6f0088 100644 --- a/src/plugins/ikev2/ikev2.api +++ b/src/plugins/ikev2/ikev2.api @@ -317,6 +317,19 @@ autoreply define ikev2_initiate_rekey_child_sa option vat_help = ""; }; +/** \brief IKEv2: Set UDP encapsulation + @param client_index - opaque cookie to identify the sender + @param context - sender context, to match reply w/ request + @param name - IKEv2 profile name +*/ +autoreply define ikev2_profile_set_udp_encap +{ + u32 client_index; + u32 context; + + string name[64]; +}; + /* * Local Variables: * eval: (c-set-style "gnu")