Re: [iproute PATCH] bpf: Make bytecode-file reading a little more robust

2017-08-03 Thread Stephen Hemminger
On Wed, 2 Aug 2017 14:57:56 +0200 Phil Sutter wrote: > bpf_parse_string() will now correctly handle: > > - Extraneous whitespace, > - OPs on multiple lines and > - overlong file names. > > The added feature of allowing to have OPs on multiple lines (like e.g. > tcpdump prints them) is rather a

Re: [iproute PATCH] bpf: Make bytecode-file reading a little more robust

2017-08-02 Thread Daniel Borkmann
On 08/02/2017 02:57 PM, Phil Sutter wrote: bpf_parse_string() will now correctly handle: - Extraneous whitespace, - OPs on multiple lines and - overlong file names. The added feature of allowing to have OPs on multiple lines (like e.g. tcpdump prints them) is rather a side effect of fixing dete