Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Nov 2009 20:38:56 -0500
From:      "B. Cook" <bcook@poughkeepsieschools.org>
To:        freebsd-questions@freebsd.org
Subject:   8.0-R.. does arp not sort correctly anymore?
Message-ID:  <4B0F2DB0.2010605@poughkeepsieschools.org>

next in thread | raw e-mail | index | archive | help
How strange..

arp is not printed in the order it used to be..

FreeBSD milenko.homelan 8.0-RELEASE FreeBSD 8.0-RELEASE #0: Wed Nov 25 
13:33:49 EST 2009 
root@milenko.homelan:/usr/obj/usr/src/sys/GENERICplus  amd64

root@milenko [~]# 17 > arp -an
? (192.168.1.9) at 00:12:3f:7e:b8:10 on bge0 [ethernet]
? (192.168.1.11) at 00:01:e6:4b:e3:2e on bge0 [ethernet]
? (192.168.1.10) at 00:1e:c9:40:a1:29 on bge0 permanent [ethernet]
? (192.168.1.1) at 00:1f:90:35:4f:a8 on bge0 [ethernet]
? (192.168.1.2) at 00:10:18:30:38:83 on bge0 [ethernet]
? (192.168.1.5) at 00:17:f2:c7:c4:4a on bge0 [ethernet]
? (192.168.1.6) at 00:24:36:a1:18:ec on bge0 [ethernet]
? (192.168.1.255) at (incomplete) on bge0 [ethernet]

root@milenko [~]# 18 > cat /usr/src/sys/amd64/conf/GENERICplus

include 	GENERIC
ident 		BSD

# Commented out debug in GENERIC

options  DEVICE_POLLING
options  HZ=1000

options  SW_WATCHDOG


chlorine [~]$ 3 > uname -a
FreeBSD chlorine.domain.com 7.2-RELEASE-p4 FreeBSD 7.2-RELEASE-p4 #0: 
Sun Oct  4 18:31:01 EDT 2009 
root@chlorine.domain.com:/exports/obj/exports/src/sys/GENERICplus  amd64

chlorine [~]$ 4 > arp -an
? (a.b.c.1) at 00:0b:db:6b:b4:8f on bge0 [ethernet]
? (a.b.c.2) at 00:1e:c9:44:32:3f on bge0 permanent [ethernet]
? (a.b.c.3) at 00:1e:c9:44:32:3f on bge0 permanent [ethernet]
? (a.b.c.4) at 00:22:19:25:2b:65 on bge0 [ethernet]
? (a.b.c.5) at 00:22:19:25:2b:65 on bge0 [ethernet]
? (a.b.c.10) at 00:1d:09:24:27:3f on bge0 [ethernet]
? (a.b.c.12) at 00:1d:09:24:27:3f on bge0 [ethernet]
? (a.b.c.15) at 00:1e:c9:44:32:3f on bge0 permanent [ethernet]
? (a.b.c.18) at 00:1e:c9:44:32:3f on bge0 permanent [ethernet]
? (a.b.c.19) at 00:22:19:25:2b:65 on bge0 [ethernet]
? (a.b.c.36) at 00:1a:a0:3c:88:79 on bge0 [ethernet]


I don't see anything in the notes about that..



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