Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Feb 2005 20:09:18 +0100
From:      Pawel Malachowski <pawmal-posting@freebsd.lublin.pl>
To:        freebsd-net@freebsd.org
Subject:   arp -s auto fails for inet alias subnets
Message-ID:  <20050211190918.GA39164@shellma.zin.lublin.pl>

next in thread | raw e-mail | index | archive | help
Hello,

ifconfig fxp0 inet 10.0.0.1/24
ifconfig fxp0 inet add 10.0.1.1/24

both
 arp -s 10.0.0.2 1:1:1:1:1:1 pub
 arp -s 10.0.1.2 1:1:1:1:1:1 pub
work.

however
 arp -s 10.0.0.2 auto pub
works, but
 arp -s 10.0.1.2 auto pub
fails with no interface found for 10.0.1.2.

Tested with FreeBSD 4.10-STABLE, 5.3-RELEASE.


-- 
Paweł Małachowski



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050211190918.GA39164>