Gregory Edigarov wrote:
Hello,
Is this a bug of feature?
the test case:
This works for me with 4.5-beta:
$ sudo ifconfig lo1 192.168.3.1
Password:
$ ping 192.168.3.1
PING 192.168.3.1 (192.168.3.1): 56 data bytes
64 bytes from 192.168.3.1: icmp_seq=0 ttl=255 time=0.036 ms
64 bytes from 192.168.3.1: icmp_seq=1 ttl=255 time=0.026 ms
64 bytes from 192.168.3.1: icmp_seq=2 ttl=255 time=0.034 ms
$ sudo tcpdump -i lo1
tcpdump: listening on lo1, link-type LOOP
18:38:59.733246 192.168.3.1 > 192.168.3.1: icmp: echo request
18:38:59.733252 192.168.3.1 > 192.168.3.1: icmp: echo reply
18:39:00.743249 192.168.3.1 > 192.168.3.1: icmp: echo request
$ uname -a
OpenBSD bigio.snb.it 4.5 GENERIC.MP#0 amd64
Cheers
Giovanni