<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://permalink.gmane.org/gmane.comp.sysutils.netcf.devel">
    <title>gmane.comp.sysutils.netcf.devel</title>
    <link>http://permalink.gmane.org/gmane.comp.sysutils.netcf.devel</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.sysutils.netcf.devel/738"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.sysutils.netcf.devel/737"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.sysutils.netcf.devel/736"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.sysutils.netcf.devel/735"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.sysutils.netcf.devel/734"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.sysutils.netcf.devel/733"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.sysutils.netcf.devel/732"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.sysutils.netcf.devel/731"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.sysutils.netcf.devel/730"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.sysutils.netcf.devel/729"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.sysutils.netcf.devel/728"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.sysutils.netcf.devel/727"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.sysutils.netcf.devel/726"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.sysutils.netcf.devel/725"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.sysutils.netcf.devel/724"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.sysutils.netcf.devel/723"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.sysutils.netcf.devel/722"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.sysutils.netcf.devel/721"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.sysutils.netcf.devel/720"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.sysutils.netcf.devel/719"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.sysutils.netcf.devel/738">
    <title>[PATCH 4/5] Wow, it compiles and everything.</title>
    <link>http://permalink.gmane.org/gmane.comp.sysutils.netcf.devel/738</link>
    <description>&lt;pre&gt;---
 src/Makefile.am   |    2 +-
 src/drv_fbsd.c    |   94 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 src/dutil_fbsd.c  |   27 ---------------
 src/dutil_fbsd.h  |   40 +++++++++--------------
 src/dutil_linux.c |   73 +++++++++++++++++++++++++++++++++--------
 5 files changed, 171 insertions(+), 65 deletions(-)
 delete mode 100644 src/dutil_fbsd.c

diff --git a/src/Makefile.am b/src/Makefile.am
index e431eff..81aaadc 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -16,7 +16,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; noinst_PROGRAMS = ncftransform
 endif
 
 DRIVER_SOURCES_COMMON = dutil.h dutil.c
-DRIVER_SOURCES_FBSD = dutil_fbsd.h dutil_fbsd.c drv_fbsd.c
+DRIVER_SOURCES_FBSD = dutil_fbsd.h drv_fbsd.c
 DRIVER_SOURCES_LINUX = dutil_linux.h dutil_linux.c
 DRIVER_SOURCES_MSWINDOWS = dutil_mswindows.h dutil_mswindows.c drv_mswindows.c
 DRIVER_SOURCES_REDHAT = drv_redhat.c
diff --git a/src/drv_fbsd.c b/src/drv_fbsd.c
index 1b3bb87..0ae2b8e 100644
--- a/src/drv_fbsd.c
+++ b/src/drv_fbsd.c
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -59,6 +59,32 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; void drv_close(struct netc&lt;/pre&gt;</description>
    <dc:creator>Sean Bruno</dc:creator>
    <dc:date>2012-05-18T16:38:53</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.sysutils.netcf.devel/737">
    <title>[PATCH 0/5] Initial FreeBSD Support Patches</title>
    <link>http://permalink.gmane.org/gmane.comp.sysutils.netcf.devel/737</link>
    <description>&lt;pre&gt;Its round 1 of our patchsets here in FreeBSD land.  This more or less
stubs out the code for FreeBSD support.  We will flush out that code in
following patchsets.

_______________________________________________
netcf-devel mailing list
netcf-devel&amp;lt; at &amp;gt;lists.fedorahosted.org
https://fedorahosted.org/mailman/listinfo/netcf-devel
&lt;/pre&gt;</description>
    <dc:creator>Sean Bruno</dc:creator>
    <dc:date>2012-05-18T16:38:49</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.sysutils.netcf.devel/736">
    <title>[PATCH 2/5] More modifications to detect freebsd</title>
    <link>http://permalink.gmane.org/gmane.comp.sysutils.netcf.devel/736</link>
    <description>&lt;pre&gt;---
 .gitignore      |   10 +-
 INSTALL         |  365 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
 configure.ac    |    9 +-
 src/Makefile.am |    7 ++
 src/drv_fbsd.c  |   71 +----------
 5 files changed, 392 insertions(+), 70 deletions(-)
 create mode 100644 INSTALL

diff --git a/.gitignore b/.gitignore
index 91b3a7c..d46b950 100644
--- a/.gitignore
+++ b/.gitignore
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -8,16 +8,16 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 *.pdf
 *.spec
 *~
-/.git-module-status
 .deps/
 .libs/
-/build-aux
+/.git-module-status
 /ChangeLog
-Makefile
-Makefile.in
 /TAGS
 /aclocal.m4
 /autom4te.cache/
+/build-aux
+Makefile
+Makefile.in
 build/
 config.guess
 config.h
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -43,3 +43,5 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; stamp-h1
 tests/test-debian
 tests/test-redhat
 ylwrap
+/GNUmakefile
+/maint.mk
diff --git a/INSTALL b/INSTALL
new file mode 100644
index 0000000..7d1c323
--- /dev/null
+++ b/INSTALL
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -0,0 +1,365 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
+Installation Instructions
+*************************
+
+Copyright (C) 1994, 1995, 1996, 1999, 2000, 2001, 2002, 2004, 2005,
+2006, 2007, 2008, 2009 Free Software Foundation&lt;/pre&gt;</description>
    <dc:creator>Sean Bruno</dc:creator>
    <dc:date>2012-05-18T16:38:51</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.sysutils.netcf.devel/735">
    <title>[PATCH 5/5] More cleanup, remove some more functions,quiesce a lot of errors.  Now the fun can begin</title>
    <link>http://permalink.gmane.org/gmane.comp.sysutils.netcf.devel/735</link>
    <description>&lt;pre&gt;---
 src/drv_fbsd.c   |   15 ++++++---------
 src/dutil_fbsd.h |    9 +++++++++
 2 files changed, 15 insertions(+), 9 deletions(-)

diff --git a/src/drv_fbsd.c b/src/drv_fbsd.c
index 0ae2b8e..9770ed0 100644
--- a/src/drv_fbsd.c
+++ b/src/drv_fbsd.c
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -72,8 +72,8 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; static int list_interfaces(struct netcf *ncf, char ***intf) {
 
     /* Look for all interfaces */
     hackery = popen("r+","ifconfig|grep flags|awk '{print $1}'|wc -l"); // HACKERY
-read(&amp;amp;nint, sizeof(nint), 1, hackery);
-printf ("nint == %d\n");
+fread(&amp;amp;nint, sizeof(nint), 1, hackery);
+printf ("nint == %d\n", nint);
 pclose(hackery);
     ERR_BAIL(ncf);
     result = nint;
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -144,8 +144,8 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; int drv_num_of_interfaces(struct netcf *ncf, unsigned int flags) {
 
 
 struct netcf_if *drv_lookup_by_name(struct netcf *ncf, const char *name) {
-int result;
 
+    printf("%s: attempted to lookup %s\n", __func__, name);
     ERR_THROW(1 == 1, ncf, EOTHER, "not implemented on this platform");
 error:
     return NULL;
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -175,11 +175,10 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; error:&lt;/pre&gt;</description>
    <dc:creator>Sean Bruno</dc:creator>
    <dc:date>2012-05-18T16:38:54</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.sysutils.netcf.devel/734">
    <title>[PATCH 3/5] Objects now build,need to replace libnl calls with freebsdisms</title>
    <link>http://permalink.gmane.org/gmane.comp.sysutils.netcf.devel/734</link>
    <description>&lt;pre&gt;---
 src/Makefile.am   |    1 +
 src/drv_fbsd.c    |  135 +++++++++++++++++++++++++++++++++++++++++++++++++----
 src/dutil_linux.c |   28 +++++++++++
 src/dutil_linux.h |    2 +
 4 files changed, 156 insertions(+), 10 deletions(-)

diff --git a/src/Makefile.am b/src/Makefile.am
index 484ba97..e431eff 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -60,6 +60,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; endif
 if NETCF_DRIVER_FBSD
 DRIVER_SOURCES = \
 $(DRIVER_SOURCES_COMMON) \
+$(DRIVER_SOURCES_LINUX) \
 $(DRIVER_SOURCES_FBSD)
 endif
 
diff --git a/src/drv_fbsd.c b/src/drv_fbsd.c
index 7fd3025..1b3bb87 100644
--- a/src/drv_fbsd.c
+++ b/src/drv_fbsd.c
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -1,9 +1,34 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 /*
+ * Copyright (c) 2012, Sean Bruno sbruno&amp;lt; at &amp;gt;freebsd.org
+ * All rights reserved.
+
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions are met:
+    * Redistributions of source code must retain the above copyright
+      notice, this list of conditions and the following disclaimer.
+   &lt;/pre&gt;</description>
    <dc:creator>Sean Bruno</dc:creator>
    <dc:date>2012-05-18T16:38:52</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.sysutils.netcf.devel/733">
    <title>[PATCH 1/5] initial checkin to fix configure andautomake/build stuffs on fbsd</title>
    <link>http://permalink.gmane.org/gmane.comp.sysutils.netcf.devel/733</link>
    <description>&lt;pre&gt;---
 src/drv_fbsd.c   |  176 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 src/dutil_fbsd.c |   27 +++++++++
 src/dutil_fbsd.h |   30 ++++++++++
 3 files changed, 233 insertions(+)
 create mode 100644 src/drv_fbsd.c
 create mode 100644 src/dutil_fbsd.c
 create mode 100644 src/dutil_fbsd.h

diff --git a/src/drv_fbsd.c b/src/drv_fbsd.c
new file mode 100644
index 0000000..64b0e98
--- /dev/null
+++ b/src/drv_fbsd.c
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -0,0 +1,176 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
+/*
+ */
+
+#include &amp;lt;config.h&amp;gt;
+#include &amp;lt;internal.h&amp;gt;
+
+#include &amp;lt;stdio.h&amp;gt;
+#include &amp;lt;stdlib.h&amp;gt;
+#include &amp;lt;spawn.h&amp;gt;
+#include &amp;lt;stdbool.h&amp;gt;
+#include &amp;lt;string.h&amp;gt;
+
+#include "safe-alloc.h"
+#include "ref.h"
+#include "list.h"
+#include "dutil.h"
+#include "dutil_fbsd.h"
+
+int drv_init(struct netcf *ncf) {
+    return 0;
+}
+
+
+void drv_close(struct netcf *ncf) {
+    if (ncf == NULL || ncf-&amp;gt;driver == NULL)
+        return;
+    FREE(ncf-&amp;gt;driver);
+}
+
+
+void drv_entry(struct netcf *ncf ATTRIBUTE_UNUSED) {
+}
+
+static PIP_ADAPTER_ADDRESSES build_adapter_table(struct netcf&lt;/pre&gt;</description>
    <dc:creator>Sean Bruno</dc:creator>
    <dc:date>2012-05-18T16:38:50</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.sysutils.netcf.devel/732">
    <title>Re: netcf patches for debian (v2)</title>
    <link>http://permalink.gmane.org/gmane.comp.sysutils.netcf.devel/732</link>
    <description>&lt;pre&gt;Quoting Laine Stump (laine&amp;lt; at &amp;gt;laine.org):

No, thanks - I don't have anything blocked right now.  Just so I can
plan, do you have an approximate idea when?

-serge
_______________________________________________
netcf-devel mailing list
netcf-devel&amp;lt; at &amp;gt;lists.fedorahosted.org
https://fedorahosted.org/mailman/listinfo/netcf-devel
&lt;/pre&gt;</description>
    <dc:creator>Serge Hallyn</dc:creator>
    <dc:date>2012-05-15T17:58:02</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.sysutils.netcf.devel/731">
    <title>Re: [PATCH 3/3] define NETCF_TRANSACTION as false in debian</title>
    <link>http://permalink.gmane.org/gmane.comp.sysutils.netcf.devel/731</link>
    <description>&lt;pre&gt;Quoting Laine Stump (laine&amp;lt; at &amp;gt;laine.org):

Oh, yeah, oops :)


Great, thanks Laine.

-serge
_______________________________________________
netcf-devel mailing list
netcf-devel&amp;lt; at &amp;gt;lists.fedorahosted.org
https://fedorahosted.org/mailman/listinfo/netcf-devel
&lt;/pre&gt;</description>
    <dc:creator>Serge Hallyn</dc:creator>
    <dc:date>2012-05-15T17:55:48</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.sysutils.netcf.devel/730">
    <title>Re: netcf patches for debian (v2)</title>
    <link>http://permalink.gmane.org/gmane.comp.sysutils.netcf.devel/730</link>
    <description>&lt;pre&gt;
I just pushed this series (including the libnl3 support).

I'm going to see if there are some other things I can clean up quickly
before doing another release. If lack of a release with these patches is
blocking something for you, please let me know and I'll do a release
now, then another later after I make other changes.
_______________________________________________
netcf-devel mailing list
netcf-devel&amp;lt; at &amp;gt;lists.fedorahosted.org
https://fedorahosted.org/mailman/listinfo/netcf-devel
&lt;/pre&gt;</description>
    <dc:creator>Laine Stump</dc:creator>
    <dc:date>2012-05-15T17:00:13</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.sysutils.netcf.devel/729">
    <title>Re: [PATCH 3/3] define NETCF_TRANSACTION as false in debian</title>
    <link>http://permalink.gmane.org/gmane.comp.sysutils.netcf.devel/729</link>
    <description>&lt;pre&gt;
No. I'm getting ready to push them all right now. My system is having
some trouble building, though (unrelated to your patches).


You mean 0.2.0? :-)

Yes, I'm going to try to do a release soon. I've been distracted away
from this for far too long...

_______________________________________________
netcf-devel mailing list
netcf-devel&amp;lt; at &amp;gt;lists.fedorahosted.org
https://fedorahosted.org/mailman/listinfo/netcf-devel
&lt;/pre&gt;</description>
    <dc:creator>Laine Stump</dc:creator>
    <dc:date>2012-05-15T16:42:41</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.sysutils.netcf.devel/728">
    <title>Re: [PATCH] Add bundled(gnulib) to RPM specfile</title>
    <link>http://permalink.gmane.org/gmane.comp.sysutils.netcf.devel/728</link>
    <description>&lt;pre&gt;
ACK


Daniel
&lt;/pre&gt;</description>
    <dc:creator>Daniel P. Berrange</dc:creator>
    <dc:date>2012-05-15T15:28:11</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.sysutils.netcf.devel/727">
    <title>Re: [PATCH 3/3] define NETCF_TRANSACTION as false in debian</title>
    <link>http://permalink.gmane.org/gmane.comp.sysutils.netcf.devel/727</link>
    <description>&lt;pre&gt;Quoting Daniel P. Berrange (berrange&amp;lt; at &amp;gt;redhat.com):

Thanks, Daniel.  I don't see these in the git tree yet.  Should I
be re-sending?

Also, will there be a new (2.0) release soon (hopefully after :)?

-serge
_______________________________________________
netcf-devel mailing list
netcf-devel&amp;lt; at &amp;gt;lists.fedorahosted.org
https://fedorahosted.org/mailman/listinfo/netcf-devel
&lt;/pre&gt;</description>
    <dc:creator>Serge E. Hallyn</dc:creator>
    <dc:date>2012-05-15T16:26:48</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.sysutils.netcf.devel/726">
    <title>[PATCH] Add bundled(gnulib) to RPM specfile</title>
    <link>http://permalink.gmane.org/gmane.comp.sysutils.netcf.devel/726</link>
    <description>&lt;pre&gt;According to Fedora guidelines, because we bundle gnulib we
need to add a virtual Provides: bundled(gnulib).

https://fedoraproject.org/wiki/Packaging:No_Bundled_Libraries#Requirement_if_you_bundle
---
 netcf.spec.in |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/netcf.spec.in b/netcf.spec.in
index cec69c1..234561b 100644
--- a/netcf.spec.in
+++ b/netcf.spec.in
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -14,6 +14,8 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; BuildRequires:  libxml2-devel libxslt-devel
 BuildRequires:  libnl-devel
 Requires:       %{name}-libs = %{version}-%{release}
 
+Provides: bundled(gnulib)
+
 %description
 Netcf is a library used to modify the network configuration of a
 system. Network configurations are expressed in a platform-independent
&lt;/pre&gt;</description>
    <dc:creator>Laine Stump</dc:creator>
    <dc:date>2012-05-15T15:26:29</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.sysutils.netcf.devel/725">
    <title>Re: Preparing for freebsd support pull request</title>
    <link>http://permalink.gmane.org/gmane.comp.sysutils.netcf.devel/725</link>
    <description>&lt;pre&gt;
If, when you say "our repo", you mean a git repo that was initially
based from ours, then you can directly do git send-email from that.

Otherwise, here's a full synopsis of the steps that would give you
patches in the right format, while not messing up the "master" branch of
a checkout from the main repo:


   git clone git://git.fedorahosted.org/netcf.git
   cd netcf
   git checkout -b mybranch
   (make changes)
   git add [modified files]
   git commit (with useful commit log message)
   [repeat steps 4-6 as needed]
   git send email --compose -&amp;lt;number of patches&amp;gt;

(this way, you can later "git checkout master &amp;amp;&amp;amp; git pull")
_______________________________________________
netcf-devel mailing list
netcf-devel&amp;lt; at &amp;gt;lists.fedorahosted.org
https://fedorahosted.org/mailman/listinfo/netcf-devel
&lt;/pre&gt;</description>
    <dc:creator>Laine Stump</dc:creator>
    <dc:date>2012-05-14T19:00:33</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.sysutils.netcf.devel/724">
    <title>Re: Preparing for freebsd support pull request</title>
    <link>http://permalink.gmane.org/gmane.comp.sysutils.netcf.devel/724</link>
    <description>&lt;pre&gt;
Pretty simple, really - just make sure your patches are on a local git
branch that's based off the fedorahosted master branch, and use git
send-email --compose -&amp;lt;# of patches&amp;gt;, giving the introductory message
the subject [PATCH 0/&amp;lt;# of patches&amp;gt;] &amp;lt;something descriptive&amp;gt; and a short
overview.

A series of small patches is much better than a single monolithic patch.
Especially - if you've done any refactoring of the existing code to make
your code fit in better, it would be better to put that first in a
separate patch (such that applying it would have 0 functional effect),
then your port-specific stuff in later patches.

_______________________________________________
netcf-devel mailing list
netcf-devel&amp;lt; at &amp;gt;lists.fedorahosted.org
https://fedorahosted.org/mailman/listinfo/netcf-devel
&lt;/pre&gt;</description>
    <dc:creator>Laine Stump</dc:creator>
    <dc:date>2012-05-11T00:53:11</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.sysutils.netcf.devel/723">
    <title>Preparing for freebsd support pull request</title>
    <link>http://permalink.gmane.org/gmane.comp.sysutils.netcf.devel/723</link>
    <description>&lt;pre&gt;So, Hiren and I are approaching our first milestone, where we think that
we're feature complete for freebsd.  We're working out a few details at
the moment, but its starting to look good.

In order for you guys to pull from us, what's the standard process for
us to follow such that you can review, accept(and/or reject) and pull
from our tree.

I assume there's some kind of "generate review-able patches" guidelines
we should follow to make your lives easy.

Sean


_______________________________________________
netcf-devel mailing list
netcf-devel&amp;lt; at &amp;gt;lists.fedorahosted.org
https://fedorahosted.org/mailman/listinfo/netcf-devel
&lt;/pre&gt;</description>
    <dc:creator>Sean Bruno</dc:creator>
    <dc:date>2012-05-11T00:07:25</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.sysutils.netcf.devel/722">
    <title>Re: [PATCH 4/3] support libnl-3 in addition to libnl-1</title>
    <link>http://permalink.gmane.org/gmane.comp.sysutils.netcf.devel/722</link>
    <description>&lt;pre&gt;
ACK, that is alot smaller diff than I expected

Daniel
&lt;/pre&gt;</description>
    <dc:creator>Daniel P. Berrange</dc:creator>
    <dc:date>2012-04-30T18:32:41</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.sysutils.netcf.devel/721">
    <title>[PATCH 4/3] support libnl-3 in addition to libnl-1</title>
    <link>http://permalink.gmane.org/gmane.comp.sysutils.netcf.devel/721</link>
    <description>&lt;pre&gt;configure.ac:
If libnl-1 is not found, look for libnl-3, and (the also required)
libnl-route-3.

Makefile.am:
Add cflags and libs for libnl-3 and libnl-route-3

dutil_linux.{c,h}:
Switch the libnl calls over to new api if HAVE_LINBNL3.  Also do
not include &amp;lt;net/if.h&amp;gt; in that case, because &amp;lt;linux/if.h&amp;gt; is
included from the libnl3 include files, and can conflict with net/if.h.

Signed-off-by: Serge Hallyn &amp;lt;serge.hallyn&amp;lt; at &amp;gt;canonical.com&amp;gt;
---
 configure.ac      |    6 +++++-
 src/Makefile.am   |   10 ++++++----
 src/dutil_linux.c |   25 +++++++++++++++++++++++++
 src/dutil_linux.h |    4 ++++
 4 files changed, 40 insertions(+), 5 deletions(-)

diff --git a/configure.ac b/configure.ac
index 6705a0d..41dd49d 100644
--- a/configure.ac
+++ b/configure.ac
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -103,7 +103,11 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; AM_CONDITIONAL([NETCF_INIT_SCRIPT_RED_HAT],
 if test "x$with_driver" != "xmswindows"
 then
     PKG_CHECK_MODULES([LIBAUGEAS], [augeas &amp;gt;= 0.5.0])
-    PKG_CHECK_MODULES([LIBNL], [libnl-1])
+    PKG_CHECK_MODULES([LIBNL], [libnl-1],
+       [AC_DEFI&lt;/pre&gt;</description>
    <dc:creator>Serge Hallyn</dc:creator>
    <dc:date>2012-04-30T17:39:34</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.sysutils.netcf.devel/720">
    <title>Re: [PATCH 3/3] define NETCF_TRANSACTION as false in debian</title>
    <link>http://permalink.gmane.org/gmane.comp.sysutils.netcf.devel/720</link>
    <description>&lt;pre&gt;
ACK

Daniel
&lt;/pre&gt;</description>
    <dc:creator>Daniel P. Berrange</dc:creator>
    <dc:date>2012-04-30T08:26:05</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.sysutils.netcf.devel/719">
    <title>Re: [PATCH 2/3] add debian-{get,put}.xsl to Makefile</title>
    <link>http://permalink.gmane.org/gmane.comp.sysutils.netcf.devel/719</link>
    <description>&lt;pre&gt;
ACK


Daniel
&lt;/pre&gt;</description>
    <dc:creator>Daniel P. Berrange</dc:creator>
    <dc:date>2012-04-30T08:25:51</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.sysutils.netcf.devel/718">
    <title>Re: [PATCH 1/3] find ifup/ifdown in configure.ac and use in drv-debian</title>
    <link>http://permalink.gmane.org/gmane.comp.sysutils.netcf.devel/718</link>
    <description>&lt;pre&gt;
ACK

Daniel
&lt;/pre&gt;</description>
    <dc:creator>Daniel P. Berrange</dc:creator>
    <dc:date>2012-04-30T08:25:36</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.comp.sysutils.netcf.devel">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.sysutils.netcf.devel</link>
  </textinput>
</rdf:RDF>

