--- fwsync/driver/fwsync_proto.h 2022/07/11 15:59:42 1.3 +++ fwsync/driver/fwsync_proto.h 2022/08/10 00:03:50 1.5 @@ -11,6 +11,10 @@ struct fws_proto { uint8_t fws_fib; uint8_t fws_addrtype; uint8_t fws_proto; + uint8_t fws_cmdtype; + uint16_t fws_kidx; + uint16_t fws_rulenum; + uint32_t fws_ruleid; uint16_t fws_sport; uint16_t fws_dport; uint16_t fws_aport;