Displaying 4 results from an estimated 4 matches for "fasnacht".
2018 Apr 14
10
[Bug 1243] New: Wildcard can only include <16 files
https://bugzilla.netfilter.org/show_bug.cgi?id=1243
Bug ID: 1243
Summary: Wildcard can only include <16 files
Product: nftables
Version: unspecified
Hardware: x86_64
OS: All
Status: NEW
Severity: normal
Priority: P5
Component: nft
Assignee: pablo at netfilter.org
2002 Dec 27
1
Bug in tinc manual
I found the following error in tinc manual
in http://tinc.nl.linux.org/documentation/tinc_4.html
PrivateKey = /etc/tinc/company/rsa_key.priv
should be:
PrivateKeyFile = /etc/tinc/company/rsa_key.priv
Tinc: Discussion list about the tinc VPN daemon
Archive: http://mail.nl.linux.org/lists/
Tinc site: http://tinc.nl.linux.org/
2020 Apr 28
2
[Bug 1425] New: th not accepted in snat with multiple ip protocols
...with multiple ip protocols
Product: nftables
Version: unspecified
Hardware: x86_64
OS: All
Status: NEW
Severity: normal
Priority: P5
Component: nft
Assignee: pablo at netfilter.org
Reporter: fasnacht at protonmail.ch
Hello,
For tracking, here's a bug I'm experiencing, with the following, in an inet
table:
map nat-int-ext-port-v4 {
type ipv4_addr . inet_service . inet_proto : inet_service
}
[...]
ip protocol {udp, tcp} snat ip to $host_ipv4_address : ip saddr . th sport . ip
pro...
2020 Apr 01
0
[ANNOUNCE] nftables 0.9.4 release
...er_bison: fix rshift statement expression.
main: include '-d' in help.
main: include '--reversedns' in help.
main: interpolate default include path into help format-string.
main: use one data-structure to initialize getopt_long(3) arguments and help.
Laurent Fasnacht (7):
scanner: move the file descriptor to be in the input_descriptor structure
scanner: move indesc list append in scanner_push_indesc
scanner: remove parser_state->indescs static array
Inclusion depth was computed incorrectly for glob includes.
scanner: fix indesc_...