ShawnLeung87
ShawnLeung87
I simulated /8 prefix fib routes, the number of prefixes was 224, and then launched a syn+ack attack,Use a random source “--rand-source ”. After more than 40 minutes, the GK...
How to make the update of the policy take effect immediately, we found that the policy has to wait for expire_sec to expire and enter the next round, and then...
gt_lpm_ud does not exist in version 1.0.0, gt_lpm_ud expected, got number appears after upgrading to 1.1.0
Gatekeeper 1.1.0 deployment The following error occurs, the GK server cannot be initialized /lua/gk.lua:92: 'struct gk_config' has no member named 'fib_dump_batch_size'
How to implement a whitelist for src addr? If lpm table is used as a whitelist, pkt_info in lookup_policy matches lookup_src_lpm_ipv4_policy first. Will pkt_info enter other policies?
At present, I tested to initiate a syn flood. When the attack reached 300m, there were a lot of "lpm: IPv4 lookup miss for x.x.x.x" miss source addresses.Occasionally an lpm...
If you want to use mysql to store the corresponding policy records, after each update of mysql, use update_gt_lua_states to refresh policy.lua. Is it possible to load a new strategy?
GK_FWD_GATEWAY_FRONT_NET and GK_FWD_GATEWAY_BACK_NET Is the difference between them taking different GK ports to GW?
How many INDEX can be configured for each BPF, assigned to different business groups, such as granted BPF, I want to set the parameters of different groups tx_rate_kib_sec next_renewal_ms renewal_step_ms...
Example lua script policy.lua , calling str_to_prefix, policylib.c.IPV4, policylib.c.IPV6, without constructing str_to_prefix, IPV4, IPV6 attempt to call field 'str_to_prefix' The script example calls the C function, the construction method is...