From mboxrd@z Thu Jan 1 00:00:00 1970 From: cathrynham Subject: Re: netromd + AF_PACKET/PF_PACKET Date: Sun, 16 Nov 2008 19:14:02 -0800 Message-ID: <4920E17A.9070006@junglevision.com> References: <1222244947.6886.5.camel@zaba> <4920DE24.5090707@junglevision.com> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <4920DE24.5090707@junglevision.com> Sender: linux-hams-owner@vger.kernel.org List-ID: Content-Type: text/plain; charset="us-ascii"; format="flowed" To: Cc: linux-hams@vger.kernel.org cathrynham wrote: > netromd is giving me an error "netromr: SIOCADDRT" > > I just swapped AF_PACKET for PF_PACKET, SOCK_RAW and > that made the error go away, but I'm pretty sure that's not enough. > > Is this correct, that AF_PACKET going away is the > source of this error? If so, what are my options. Has someone > fixed this code yet, or can I still recompile the kernel to include > AF_PACKET? No, no, wait a second. Sorry, I see other programs like listen are accessing AF_PACKET fine. Maybe it's a config issue? Hmm.