We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AW_FW3在cmake中关闭了,但是函数中咋没有AW_FW4添加的逻辑呢?
void iptables_fw_set_trusted_maclist(void) { #ifdef AW_FW3 const s_config *config; t_trusted_mac *p = NULL; config = config_get_config(); LOCK_CONFIG(); for (p = config->trustedmaclist; p != NULL; p = p->next) ipset_do_command("add " CHAIN_TRUSTED " %s", p->mac); UNLOCK_CONFIG(); #else #endif }
The text was updated successfully, but these errors were encountered:
@jogpeer 下个版本添加上
Sorry, something went wrong.
最新版本已经添加完成。
No branches or pull requests
AW_FW3在cmake中关闭了,但是函数中咋没有AW_FW4添加的逻辑呢?
The text was updated successfully, but these errors were encountered: