<feed xmlns='http://www.w3.org/2005/Atom'>
<title>libmnl.git/examples, branch master</title>
<subtitle>libmnl minimalistic netfilter library (mirror of https://github.com/vyos/libmnl.git)
</subtitle>
<id>https://git.amelek.net/vyos/libmnl.git/atom?h=master</id>
<link rel='self' href='https://git.amelek.net/vyos/libmnl.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/libmnl.git/'/>
<updated>2013-02-05T17:58:14+00:00</updated>
<entry>
<title>Merge branch 'master' of /usr/src/libmnl into upstream</title>
<updated>2013-02-05T17:58:14+00:00</updated>
<author>
<name>Stephen Hemminger</name>
<email>stephen@networkplumber.org</email>
</author>
<published>2013-02-05T17:58:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/libmnl.git/commit/?id=0bb90c44862ce3f9018656beadfbc2aac4a0d517'/>
<id>urn:sha1:0bb90c44862ce3f9018656beadfbc2aac4a0d517</id>
<content type='text'>
</content>
</entry>
<entry>
<title>examples: rtnl-route-dump: add IPv6 support</title>
<updated>2012-08-09T21:36:28+00:00</updated>
<author>
<name>Philip Prindeville</name>
<email>philipp@redfish-solutions.com</email>
</author>
<published>2012-08-09T21:31:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/libmnl.git/commit/?id=496cb13e3a04bdc18739b7e60d066dbe6f730ca4'/>
<id>urn:sha1:496cb13e3a04bdc18739b7e60d066dbe6f730ca4</id>
<content type='text'>
[ Pablo has modified the original patch modified to fix some compilation
  warnings with gcc-4.7 and select the protocol family as argument from
  the command line. ]

Signed-off-by: Philip Prindeville &lt;philipp@redfish-solutions.com&gt;
Signed-off-by: Pablo Neira Ayuso &lt;pablo@netfilter.org&gt;
</content>
</entry>
<entry>
<title>libmnl 1.0.3 package</title>
<updated>2012-05-22T18:01:34+00:00</updated>
<author>
<name>Gaurav Sinha</name>
<email>gaurav.sinha@vyatta.com</email>
</author>
<published>2012-05-22T18:01:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/libmnl.git/commit/?id=8059abb1f9aa3647f685f9a560e3ff849293ee41'/>
<id>urn:sha1:8059abb1f9aa3647f685f9a560e3ff849293ee41</id>
<content type='text'>
</content>
</entry>
<entry>
<title>example: release them in the public domain</title>
<updated>2012-01-02T18:38:43+00:00</updated>
<author>
<name>Pablo Neira Ayuso</name>
<email>pablo@netfilter.org</email>
</author>
<published>2012-01-02T18:36:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/libmnl.git/commit/?id=361677b5524ff93bf0c6a347c2625befc20f65dc'/>
<id>urn:sha1:361677b5524ff93bf0c6a347c2625befc20f65dc</id>
<content type='text'>
I have decided to release the examples in this library in the public
domain. Jan Engelhardt, who has been the sole contributor so far, has
agreed with this re-licensing by communication via e-mail.

Signed-off-by: Pablo Neira Ayuso &lt;pablo@netfilter.org&gt;
</content>
</entry>
<entry>
<title>examples/genl: support dumping the genl families</title>
<updated>2011-01-08T03:08:57+00:00</updated>
<author>
<name>Jan Engelhardt</name>
<email>jengelh@medozas.de</email>
</author>
<published>2011-01-04T00:34:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/libmnl.git/commit/?id=d337d00183c27619f1eb4a84b06476658a4b7355'/>
<id>urn:sha1:d337d00183c27619f1eb4a84b06476658a4b7355</id>
<content type='text'>
The usage text already specified [family] as optional, now implement it :-)

Signed-off-by: Jan Engelhardt &lt;jengelh@medozas.de&gt;
</content>
</entry>
<entry>
<title>examples/genl: fix newline imbalance</title>
<updated>2011-01-08T03:08:57+00:00</updated>
<author>
<name>Jan Engelhardt</name>
<email>jengelh@medozas.de</email>
</author>
<published>2011-01-04T00:19:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/libmnl.git/commit/?id=618b266ef65c18ee2c54f66e22a3a05b294ce5e0'/>
<id>urn:sha1:618b266ef65c18ee2c54f66e22a3a05b294ce5e0</id>
<content type='text'>
Running `genl-family-get VFS_DQUOT` forgets to print a newline.

Signed-off-by: Jan Engelhardt &lt;jengelh@medozas.de&gt;
</content>
</entry>
<entry>
<title>examples: fix wrong group mask number in nfct-event</title>
<updated>2010-12-17T14:37:59+00:00</updated>
<author>
<name>Pablo Neira Ayuso</name>
<email>pablo@netfilter.org</email>
</author>
<published>2010-12-17T14:37:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/libmnl.git/commit/?id=3c0ec5370fd824f43acbf0b337c037a1e8b15cab'/>
<id>urn:sha1:3c0ec5370fd824f43acbf0b337c037a1e8b15cab</id>
<content type='text'>
This patch replaces event group numbers NFNLGRP_CONNTRACK_* by the
event group mask NF_NETLINK_CONNTRACK_*

Signed-off-by: Pablo Neira Ayuso &lt;pablo@netfilter.org&gt;
</content>
</entry>
<entry>
<title>nlmsg: add new message batching infrastructure</title>
<updated>2010-12-17T11:38:42+00:00</updated>
<author>
<name>Pablo Neira Ayuso</name>
<email>pablo@netfilter.org</email>
</author>
<published>2010-12-04T18:52:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/libmnl.git/commit/?id=494f4855ae7e9a53442a2ece42f11e28247f4f06'/>
<id>urn:sha1:494f4855ae7e9a53442a2ece42f11e28247f4f06</id>
<content type='text'>
This patch adds the new message batching infrastructure that allows to
store several messages into one single datagram.

This patch includes an example for ctnetlink.

Signed-off-by: Pablo Neira Ayuso &lt;pablo@netfilter.org&gt;
</content>
</entry>
<entry>
<title>Update .gitignore</title>
<updated>2010-11-16T11:24:05+00:00</updated>
<author>
<name>Jan Engelhardt</name>
<email>jengelh@medozas.de</email>
</author>
<published>2010-11-16T11:24:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/libmnl.git/commit/?id=0897ccfe137bde4d3fad15d8147db6fabaa4ad6d'/>
<id>urn:sha1:0897ccfe137bde4d3fad15d8147db6fabaa4ad6d</id>
<content type='text'>
Signed-off-by: Jan Engelhardt &lt;jengelh@medozas.de&gt;
</content>
</entry>
<entry>
<title>nlmsg: rework mnl_nlmsg_fprintf</title>
<updated>2010-11-07T19:40:27+00:00</updated>
<author>
<name>Pablo Neira Ayuso</name>
<email>pablo@netfilter.org</email>
</author>
<published>2010-11-07T19:38:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/libmnl.git/commit/?id=ea4b5f90662c63d6ceccc7c9c851dd183e65d0e6'/>
<id>urn:sha1:ea4b5f90662c63d6ceccc7c9c851dd183e65d0e6</id>
<content type='text'>
This patch reworks mnl_nlmsg_fprintf. It breaks backward compatibility
of this function, there was no way to improve it without doing so
(and we are still in time to break thing, BTW).

Signed-off-bu: Pablo Neira Ayuso &lt;pablo@netfilter.org&gt;
</content>
</entry>
</feed>
