Hey,
on freebsd 5.0-Release, pim6sd crashes if i execute
ifconfig gifX destroy if it is running in background,
i need to restart it manually.
pim6sd display 'check_vif_state' Device not configured
and exits. any workaround ?
- basit
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "un
Hello,
I was trying to learn raw sockets, I wrote a simple program
to get all icmp packets and display ..
-- program
int
main(void)
{
int sockfd;
int ip_len;
char*buf;
int n;
struct icmp*icmp;
s
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-net" in the body of the message