opnsense-src/contrib/netbsd-tests/ipf/regress/ip3
Enji Cooper 57718be8fa Import the NetBSD test suite from ^/vendor/NetBSD/tests/09.30.2014_20.45 ,
minus the vendor Makefiles

Provide directions for how to bootstrap the vendor sources in
FREEBSD-upgrade

MFC after 2 weeks
Discussed with: rpaulo
Sponsored by: EMC / Isilon Storage Division
2014-10-02 23:26:49 +00:00

14 lines
470 B
Text

pool ipf/dstlist (name fred; policy round-robin;)
{ 3.3.3.3; };
pool ipf/dstlist (name jack; policy weighted connection;)
{ 4.4.4.4; bge0:5.5.5.5;};
pool ipf/dstlist (name jill; policy random;)
{ 1.1.1.1; bge0:2.2.2.2;};
pool nat/hash (name noproxy; size 17;)
{ 1.1.1.1; 2.2.2.2;};
pool nat/tree (name raw;)
{ 1.1.1.1; 2.2.2.2;};
pool all/dstlist (name jill; policy random;)
{ 1.1.1.1; bge0:2.2.2.2;};
pool all/hash (name noproxy; size 17;)
{ 1.1.1.1; 2.2.2.2;};