Re: [PATCH v2] test/bpf_convert: do not require DNS lookup

2021-11-24 Thread Luca Boccassi
On Sun, 2021-11-14 at 23:39 +, Luca Boccassi wrote: > On Wed, 10 Nov 2021 at 16:18, Stephen Hemminger > wrote: > > > > These tests were using strings with hostname (dpdk.org) and this makes > > test code do a DNS lookup. In container environment used for OpenSuse > > build, DNS is unavailable

Re: [PATCH v2] test/bpf_convert: do not require DNS lookup

2021-11-14 Thread Kalesh Anakkur Purayil
On Wed, Nov 10, 2021 at 9:48 PM Stephen Hemminger < step...@networkplumber.org> wrote: > These tests were using strings with hostname (dpdk.org) and this makes > test code do a DNS lookup. In container environment used for OpenSuse > build, DNS is unavailable. Replace dpdk.org with an IPv4 addres

Re: [PATCH v2] test/bpf_convert: do not require DNS lookup

2021-11-14 Thread Luca Boccassi
On Wed, 10 Nov 2021 at 16:18, Stephen Hemminger wrote: > > These tests were using strings with hostname (dpdk.org) and this makes > test code do a DNS lookup. In container environment used for OpenSuse > build, DNS is unavailable. Replace dpdk.org with an IPv4 address > reserved for documentation