Displaying 1 result from an estimated 1 matches for "dhcp_traffic".
2017 Mar 23
0
[Bug 1137] New: Element "flow tables" should not be syntactically unique...
...using.
table ip example {
gauge dhcp_throttle {
type ipv4_addr . inet_service
flags whatever, whateverelse
}
On 03/22/17 16:25, Pablo Neira Ayuso wrote:
> This would provide a way to restore flow table between reboots, so we
> could even per populate them with elements.
chain dhcp_traffic {
gauge { ip saddr limit over 200/day } drop
gauge @dhcp_throttle { ip saddr . udp dport limit 3/second } accept
}
}
On 03/22/17 16:25, Pablo Neira Ayuso wrote:
> This would resolve the inconsistency, yes.
> I would still stick to 'flow table' instead of 'gauge'....