X-Git-Url: https://gerrit.fd.io/r/gitweb?p=vpp.git;a=blobdiff_plain;f=src%2Fplugins%2Fmactime%2Fmactime.api;h=3ba6464ec43b6d635e64b1e07284e6451c6eb966;hp=d9049d8dbd197569e6d1d4b01ac442ed598a7d91;hb=7681b1c46;hpb=8875248f5e0602f4b4872ea12e542826df3df1f8 diff --git a/src/plugins/mactime/mactime.api b/src/plugins/mactime/mactime.api index d9049d8dbd1..3ba6464ec43 100644 --- a/src/plugins/mactime/mactime.api +++ b/src/plugins/mactime/mactime.api @@ -16,7 +16,7 @@ /** \file This file defines vpp mactime control-plane API messages */ -option version = "1.1.0"; +option version = "1.1.1"; /** \brief api to enable or disable the time-based src mac filter on an interface @@ -74,6 +74,7 @@ autoreply define mactime_add_del_range u8 is_add; /**< add=1, del=0 */ u8 drop; /**< drop flag */ u8 allow; /**< allow flag */ + u8 allow_quota; /**< allow subject to quota */ u8 no_udp_10001; /**< drop udp to port 10001 */ u64 data_quota; /**< max bytes this device */ u8 mac_address[6]; /**< src mac address */