I just caught the following from openbsd-cvs: http://marc.info/?l=openbsd-cvs&m=126326657232193&w=2
If my understanding is correct, this means that it will become impossible to emulate weighted round robin with constructs like the one below, since duplicate IPs will be "flattened" once converted to a standard PF table? rdr on em0 inet proto tcp \ from any to 192.168.100.100 port = www -> { 10.0.0.1, 10.0.0.1, 10.0.0.1, \ 10.0.0.2, 10.0.0.2, \ 10.0.0.3 \ } round-robin Is this right? -- Pascal