In message <670072237.3089090.1361139025074.javamail.r...@erie.cs.uoguelph.ca>,
Rick Macklem wrote:
>Ronald F. Guilmette wrote:
>> In message
>> <689563329.3076797.1361028594307.javamail.r...@erie.cs.uoguelph.ca>,
>> Rick Macklem wrote:
>>
>> >Ronald F. Guilmette wrote:
>> >> nfs_server_flags=
Ronald F. Guilmette wrote:
> In message
> <689563329.3076797.1361028594307.javamail.r...@erie.cs.uoguelph.ca>,
> Rick Macklem wrote:
>
> >Ronald F. Guilmette wrote:
> >> nfs_server_flags="-h 192.168.1.2"
> >Add -t to these flags. It appears that the default is UDP only.
>
>
> YE! Thank you.
In message <689563329.3076797.1361028594307.javamail.r...@erie.cs.uoguelph.ca>,
Rick Macklem wrote:
>Ronald F. Guilmette wrote:
>> nfs_server_flags="-h 192.168.1.2"
>Add -t to these flags. It appears that the default is UDP only.
YE! Thank you. That did the trick alright.
I gather than
Hi,
I've been trying to obtain gif tunnel addresses via getifaddrs() but I've not
been able to. The tunnel addresses can be inet/inet6 depending on the scenario.
I can however get the inet/inet6 address of the interface.
Is there a way to get them?
Also looking at if_gif.c, I notice that there
On Sun, Feb 17, 2013 at 11:54 AM, Konstantin Belousov
wrote:
> On Sun, Feb 17, 2013 at 11:49:10AM +0330, h bagade wrote:
> > On Sat, Feb 16, 2013 at 10:23 PM, Kevin Oberman
> wrote:
> >
> > > On Sat, Feb 16, 2013 at 5:40 AM, h bagade wrote:
> > > > Hi all,
> > > >
> > > > I need to change the ge
On Sun, Feb 17, 2013 at 11:49:10AM +0330, h bagade wrote:
> On Sat, Feb 16, 2013 at 10:23 PM, Kevin Oberman wrote:
>
> > On Sat, Feb 16, 2013 at 5:40 AM, h bagade wrote:
> > > Hi all,
> > >
> > > I need to change the geli code and I want to use "getifaddrs" function
> > > inside the code. I make
On Sat, Feb 16, 2013 at 10:23 PM, Kevin Oberman wrote:
> On Sat, Feb 16, 2013 at 5:40 AM, h bagade wrote:
> > Hi all,
> >
> > I need to change the geli code and I want to use "getifaddrs" function
> > inside the code. I make and make install the code and it wasn't any
> problem
> > at all, but w