Re: ifconfig: BRDGADD lo1: invalid argument

2016-06-25 Thread Marie Helene Kvello-Aune
Check that lo1 has same MTU as bridge0. Regards, Marie Helene On Sat, Jun 25, 2016 at 8:38 PM wrote: > Hello. > > I'm trying to create a bridge interface to isolate some jails on > private addresses. I'm on a near-pristine install of 10.3, updated to > 10.3-p5 via freebsd-update. > > The virtua

Re: libifconfig: Initial code available, looking for feedback

2016-04-15 Thread Marie Helene Kvello-Aune
On Tue, Apr 12, 2016 at 4:23 PM Kristof Provost wrote: > On 12 Apr 2016, at 16:09, Marie Helene Kvello-Aune < > mariehelen...@gmail.com> wrote: > >> >> > Expect the API to break frequently/often for the time being, as it is >> still >> > in very

Re: libifconfig: Initial code available, looking for feedback

2016-04-12 Thread Marie Helene Kvello-Aune
On Mon, Apr 11, 2016 at 10:31 PM Kristof Provost wrote: > > > On 09 Apr 2016, at 15:59, Marie Helene Kvello-Aune < > mariehelen...@gmail.com> wrote: > > I've just pushed an initial version of libifconfig to the github > > repository[2]. I would appreciate

Re: libifconfig: Initial code available, looking for feedback

2016-04-12 Thread Marie Helene Kvello-Aune
On Mon, Apr 11, 2016 at 8:42 AM Ravi Pokala wrote: > -Original Message- > > > >Date: Sat, 09 Apr 2016 13:59:29 + > >From: Marie Helene Kvello-Aune > >To: freebsd-net@freebsd.org > >Subject: libifconfig: Initial code available, looking for feedbac

libifconfig: Initial code available, looking for feedback

2016-04-09 Thread Marie Helene Kvello-Aune
044837.html [2] libifconfig github repo: https://github.com/Savagedlight/libifconfig Thanks, Marie Helene Kvello-Aune ___ freebsd-net@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"

Re: libifconfig: A C API for ifconfig

2016-03-05 Thread Marie Helene Kvello-Aune
n Bogorodskiy wrote: > Marie Helene Kvello-Aune wrote: > > > Hey! > > > > I'm currently working on a library called 'libifconfig' which will > provide > > a C API to do the actual work that /sbin/ifconfig currently does, except > > that of lib

Re: libifconfig: A C API for ifconfig

2016-03-04 Thread Marie Helene Kvello-Aune
Hey! Yes, I am aware of libxo, and I hope that libxo-ification of /sbin/ifconfig will be easier to do once the 'hairy' bits aren't a part of /sbin/ifconfig any more. :) - Marie Helene On Fri, Mar 4, 2016 at 4:20 PM Alan Somers wrote: > On Fri, Mar 4, 2016 at 8:10 AM, Marie

libifconfig: A C API for ifconfig

2016-03-04 Thread Marie Helene Kvello-Aune
e, const char *newdescription); int libifconfig_unset_description(const char *name); int libifconfig_set_mtu(const char *name, const int mtu); int libifconfig_get_mtu(const char *name, int *mtu); Your feedback is quite welcome. :) Regards, Marie Helene Kvello-Aune __