diff options
Diffstat (limited to 'vpp/vpp-api/vpe.api')
-rw-r--r-- | vpp/vpp-api/vpe.api | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vpp/vpp-api/vpe.api b/vpp/vpp-api/vpe.api index 033ba24030b..c2fbf2eba89 100644 --- a/vpp/vpp-api/vpe.api +++ b/vpp/vpp-api/vpe.api @@ -857,7 +857,7 @@ define set_ip_flow_hash_reply { /** \brief IPv6 router advertisement config request @param client_index - opaque cookie to identify the sender @param context - sender context, to match reply w/ request - @param surpress - + @param suppress - @param managed - @param other - @param ll_option - @@ -875,7 +875,7 @@ define sw_interface_ip6nd_ra_config { u32 client_index; u32 context; u32 sw_if_index; - u8 surpress; + u8 suppress; u8 managed; u8 other; u8 ll_option; |