search for: g6dns

Displaying 2 results from an estimated 2 matches for "g6dns".

2019 Oct 10
13
[Bug 1371] New: Concatenations Literal sets
...Status: NEW Severity: normal Priority: P5 Component: nft Assignee: pablo at netfilter.org Reporter: tad1073 at gmail.com inet.nft:97:44-51: Error: syntax error, unexpected protocol iif $int_if0 ip6 saddr . ip6 daddr . ip6 protocol { $g6dns . $myip_v6 . tcp, $g6dns . $myip_v6 . udp } jump global_dns_in ^^^^^^^^ -- You are receiving this mail because: You are watching all bug changes. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.netfi...
2019 Oct 07
4
[Bug 1368] New: The "meta's"
...Version: unspecified Hardware: x86_64 OS: All Status: NEW Severity: enhancement Priority: P5 Component: nft Assignee: pablo at netfilter.org Reporter: tad1073 at gmail.com #!/usr/bin/nftables -f define g6dns = { 2001:4860:4860::8888, 2001:4860:4860::8844 } define o4dns = { 208.67.222.222, 208.67.220.220 } define o6dns = { 2620:119:35::35, 2620:119:53::53 } define myIPv4 = <filtered> define myIPv6 = <filtered> flush ruleset table inet filter { set dns4 { type ipv4_addr; elements =...