--- fwsync/driver/fwsync_proto.h 2022/07/11 15:59:42 1.3 +++ fwsync/driver/fwsync_proto.h 2022/08/18 11:30:27 1.6 @@ -11,6 +11,11 @@ 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; + uint32_t fws_linktype; uint16_t fws_sport; uint16_t fws_dport; uint16_t fws_aport;