-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hello, I have a small machine setup to act as simple network gateway. I have one wireless and one wired interfaces without IP configuration on them, and they are added as if_bridge(4) members. When i issue arp -na command on the machine i get this: ? (10.10.10.240) at 0.14.a5.1a.dc.73 on bridge0 ? (10.10.10.241) at 4.4b.80.80.80.3 on bridge0 ? (10.10.10.246) at 0.a0.cc.62.99.c3 on bridge0 ? (10.10.10.253) at 0.5.4e.4f.7b.eb on bridge0 ? (172.16.1.1) at 00:30:48:83:93:e9 on ep0 [ethernet] ? (172.16.37.9) at 00:0f:b0:01:30:c0 on ep0 [ethernet] While the mac addresses appear to be correct, maybe this should be fixed to be consistent with the default mac address output? - --niki -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFDgLd0HNAJ/fLbfrkRAt37AKDJ5P9PC1tf6VCyBDv83KwjNTqirwCgvhoW noztCOr2cpcaEqEjiBLAclc=7DFZ -----END PGP SIGNATURE-----
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Niki Denev wrote:> Hello, > > I have a small machine setup to act as simple network gateway. > I have one wireless and one wired interfaces without IP configuration > on them, and they are added as if_bridge(4) members. > When i issue arp -na command on the machine i get this: > > ? (10.10.10.240) at 0.14.a5.1a.dc.73 on bridge0 > ? (10.10.10.241) at 4.4b.80.80.80.3 on bridge0 > ? (10.10.10.246) at 0.a0.cc.62.99.c3 on bridge0 > ? (10.10.10.253) at 0.5.4e.4f.7b.eb on bridge0 > ? (172.16.1.1) at 00:30:48:83:93:e9 on ep0 [ethernet] > ? (172.16.37.9) at 00:0f:b0:01:30:c0 on ep0 [ethernet] > > While the mac addresses appear to be correct, maybe > this should be fixed to be consistent with the default > mac address output? > > --nikiSorry, forgot the mention the os version : FreeBSD gimli 6.0-RELEASE FreeBSD 6.0-RELEASE #0: Thu Nov 3 09:36:13 UTC 2005 root@x64.samsco.home:/usr/obj/usr/src/sys/GENERIC i386 - --niki -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFDgLlYHNAJ/fLbfrkRAnM8AJ0WbFS29X9F3FTah1S3Rnb/P7BZOgCeNeTr at9AxPhl6kvnVV7XBFY3lns=Tgdb -----END PGP SIGNATURE-----
Andrew Thompson
2005-Nov-20 11:00 UTC
inconsistent arp(8) mac address output using if_bridge
On Sun, Nov 20, 2005 at 07:50:44PM +0200, Niki Denev wrote:> -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Hello, > > I have a small machine setup to act as simple network gateway. > I have one wireless and one wired interfaces without IP configuration > on them, and they are added as if_bridge(4) members. > When i issue arp -na command on the machine i get this: > > ? (10.10.10.240) at 0.14.a5.1a.dc.73 on bridge0 > ? (10.10.10.241) at 4.4b.80.80.80.3 on bridge0 > ? (10.10.10.246) at 0.a0.cc.62.99.c3 on bridge0This has been fixed up already, you can update your source and recompile usr.sbin/arp HEAD: r1.59 RELENG_6: r1.58.2.1 cheers, Andrew