K 10 svn:author V 4 csjp K 8 svn:date V 27 2005-06-06T22:19:59.000000Z K 7 svn:log V 361 Change the maximum bpf program instruction limitation from being hard- coded at 512 (BPF_MAXINSNS) to being tunable. This is useful for users who wish to use complex or large bpf programs when filtering traffic. For now we will default it to BPF_MAXINSNS. I have tested bpf programs with well over 21,000 instructions without any problems. Discussed with: phk END