Newbie: IPv6 equivalent of 192.168.178.0/24

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

 



I had
	add rule  inet filter input ip   saddr 192.168.178.0/24         jump LocalIN
	add rule  inet filter input ip6 saddr fe::/10                             jump LocalIN
to divert all packets coming from my private network to rules in the LocalIN chain. 

Nftables converts the second line into “ip6 saddr c0::/10 jump LocalIN”. FE into C0. 
Will that do what I intended? If not, what rule do you prefer? 

Regards,
Paul Guijt 






[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