Skip to content
New issue

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

6.02.1939无法添加mac白名单 #245

Open
jogpeer opened this issue Jun 27, 2023 · 2 comments
Open

6.02.1939无法添加mac白名单 #245

jogpeer opened this issue Jun 27, 2023 · 2 comments

Comments

@jogpeer
Copy link

jogpeer commented Jun 27, 2023

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
}
@liudf0716
Copy link
Owner

@jogpeer 下个版本添加上

@liudf0716
Copy link
Owner

最新版本已经添加完成。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants