Gisle Vanem
Gisle Vanem
> Does the output for filter-compiler failures show a diff between what was expected and what was produced? Not sure. I get this: ``` reject_ip6_host_toolong : INET6!=1 reject_ip6_net_masklen : INET6!=1...
> Then the latest revision should be able to parse that as well. The latest commits still shows 8 failures and some `INET6!=1`. Can we please have a `-d` option...
> and some `INET6!=1`. It's a DOS vs. Unix EOL issue. If I do: ``` dos2unix objects\config.h run-filtertest.bat --one reject_gateway_INET6 ``` the test passes. Yikes!
Seems OK now: ``` 200 tests skipped 0 tests failed 1275 tests passed ``` But I'd wish `/etc/hosts` and `/etc/ethers` could be supported on Windows too. Here's my idea for...
> Is this true that if you add an entry to the hosts file on Windows, ... Added this to `c:\Windows\System32\drivers\etc\hosts`: ``` 10.20.30.40 eth-ipv4-ipv6.host123.libpcap.test fe80::1020:3040:5060:7080 eth-ipv4-ipv6.host123.libpcap.test ``` and ran: ```...
> ... could you open one please? I'm clumsy wrt to `git push` etc. > Regarding the test script, could you describe the steps to get a working test setup...
> could you retry using 2a09::1020:3040:5060:7080 You mean, replace `fe80::1020:3040:5060:7080 eth-ipv4-ipv6.host123.libpcap.test` with `2a09::1020:3040:5060:7080 eth-ipv4-ipv6.host123.libpcap.test` Seems to work: ``` F:\MinGW32\src\inet\libpcap> bin\filtertest.exe raw host ETH-IPV4-IPV6.HOST123.LIBPCAP.TEST (000) ldb [0] (001) and #0xf0 (002)...
I did a `git pull` just now and added: ``` 10.20.30.40 noeth-ipv4-noipv6.host123.libpcap.test 10.20.30.40 noeth-ipv4-ipv6.host123.libpcap.test 10.20.30.40 eth-ipv4-noipv6.host123.libpcap.test 10.20.30.40 eth-ipv4-ipv6.host123.libpcap.test fd00:a1b2:c3d4::1020:3040:5060:7080 noeth-noipv4-ipv6.host123.libpcap.test fd00:a1b2:c3d4::1020:3040:5060:7080 noeth-ipv4-ipv6.host123.libpcap.test fd00:a1b2:c3d4::1020:3040:5060:7080 eth-noipv4-ipv6.host123.libpcap.test fd00:a1b2:c3d4::1020:3040:5060:7080 eth-ipv4-ipv6.host123.libpcap.test ``` to my `c:\Windows\System32\drivers\etc\hosts`....
> Please copy the lines from the Perl script exactly No difference; still `200 tests skipped`. Even with `MSWin32` -> `msys`.
I get the same error on Windows/MSVC/clang-cl too: ```c ../../include\curlpp/Options.hpp(311,48): error: value of type 'int' is not implicitly convertible to 'CURLoption' 311 | typedef curlpp::OptionTrait ClosePolicy; | ^~~~~~~~~~~~~~~~~~~ ../../../include\curl/curl.h(719,29): note:...