how to

Hi,

QNX 6.1A arp table:

I can’t find the switch that will make an arp entry to be constant.

anyone?


Cheers

Benzy Gabay

Arp entries found by discovery are temporary.

If you are setting entries via the arp utility,
they are permanent by default, use the ‘temp’
keyword to make them otherwise.

If you are setting an entry programatically,
via the SIOCSARP ioctl, set the ATF_PERM
flag in struct arpreq->arp_flags to make
it permanent.

-seanb



Benzy Gabay <bgabay@everbeewireless.com> wrote:
: Hi,

: QNX 6.1A arp table:

: I can’t find the switch that will make an arp entry to be constant.

: anyone?

: –
: Cheers
: ==============================
: Benzy Gabay

Thanks


Cheers

Benzy Gabay

“Sean Boudreau” <seanb@qnx.com> wrote in message
news:a1n7ug$fs6$1@nntp.qnx.com

Arp entries found by discovery are temporary.

If you are setting entries via the arp utility,
they are permanent by default, use the ‘temp’
keyword to make them otherwise.

If you are setting an entry programatically,
via the SIOCSARP ioctl, set the ATF_PERM
flag in struct arpreq->arp_flags to make
it permanent.

-seanb



Benzy Gabay <> bgabay@everbeewireless.com> > wrote:
: Hi,

: QNX 6.1A arp table:

: I can’t find the switch that will make an arp entry to be constant.

: anyone?

: –
: Cheers
: ==============================
: Benzy Gabay