[Panicsel-developers] RE: pancsel question
Brought to you by:
arcress
|
From: Cress, A. R <and...@in...> - 2004-06-03 14:39:51
|
Adam,
This isn't a command-line parameter, but you would make the change in
the util/pefconfig.c file for the pefconfig utility.
In util/pefconfig.c, around line 1899, you see:
LanRecord.data[0] =3D 0x04; /* grat arp interval*/
ret =3D SetLanEntry(11, &LanRecord, 1);
From the IPMI 1.5 spec, Table 19-4, page 232, we can interpret LAN
Parameter 11 as
the Gratuitous ARP Interval in 500 millisecond increments, 0-based.
So, the default setting above of 4, yields a 2 second ARP interval. You
can change it as you like.
Andy
-----Original Message-----
From: Adam Hock [mailto:ah...@at...]=20
Sent: Tuesday, June 01, 2004 2:56 PM
To: Cress, Andrew R
Subject: pancsel question
Andrew,
How do I change the rate at which the BMC arp's using the pancsel=20
software suite ?
Thanks
Adam
|