Re: Updating set elements from command line

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



This is just to correct a silly mistake in my previous message.

On Sun, 9 Oct 2022 05:39:50 +0100
Kerin Millar <kfm@xxxxxxxxxxxxx> wrote:

> table ip filter doh_ipv4 {
> 	type ipv4_addr
> 	flags interval,timeout
> 	counter
> 	auto-merge
> 	timeout 3d
> }

Of course, that example should have been presented as follows.

table ip filter {
	set doh_ipv4 {
		type ipv4_addr
		flags interval,timeout
		counter
		auto-merge
		timeout 3d
	}
}

-- 
Kerin Millar



[Index of Archives]     [Linux Netfilter Development]     [Linux Kernel Networking Development]     [Netem]     [Berkeley Packet Filter]     [Linux Kernel Development]     [Advanced Routing & Traffice Control]     [Bugtraq]

  Powered by Linux