Skip to content

Commit

Permalink
fw4_nft: fix nft set set_wifidogx_bypass_clients bug
Browse files Browse the repository at this point in the history
Signed-off-by: staylightblow8 <[email protected]>
  • Loading branch information
liudf0716 committed Nov 18, 2023
1 parent c380b6d commit a0e4176
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fw4_nft.c
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ const char *nft_wifidogx_init_script[] = {
"add set inet fw4 set_wifidogx_gateway { type ipv4_addr; }",
"add set inet fw4 set_wifidogx_trust_domains { type ipv4_addr; }",
"add set inet fw4 set_wifidogx_inner_trust_domains { type ipv4_addr; }",
"add set inet fw4 set_wifidogx_bypass_clients { type ipv4_net; }",
"add set inet fw4 set_wifidogx_bypass_clients { type ipv4_addr; flags interval; }",
"add set inet fw4 set_wifidogx_trust_clients { type ether_addr; }",
"add set inet fw4 set_wifidogx_tmp_trust_clients { type ether_addr; flags timeout; }",
"add chain inet fw4 dstnat_wifidogx_auth_server",
Expand Down

0 comments on commit a0e4176

Please sign in to comment.