From 09d0e596f9e68470b28ef4d5e77efba15eefa657 Mon Sep 17 00:00:00 2001 From: Matthew Burgess Date: Wed, 11 Jan 2012 22:39:06 +0000 Subject: Remove Libnl as IPRoute2 doesn't need it. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9707 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/libnl.xml | 139 ---------------------------------------------------- 1 file changed, 139 deletions(-) delete mode 100644 chapter06/libnl.xml (limited to 'chapter06/libnl.xml') diff --git a/chapter06/libnl.xml b/chapter06/libnl.xml deleted file mode 100644 index ed4d8b738..000000000 --- a/chapter06/libnl.xml +++ /dev/null @@ -1,139 +0,0 @@ - - - %general-entities; -]> - - - - - - libnl - &libnl-version; -
&libnl-url;
-
- - Libnl-&libnl-version; - - - Libnl - - - - - - <para>The Libnl package contains a collection of libraries providing APIs to netlink protocol based - Linux kernel interfaces.</para> - - <segmentedlist> - <segtitle>&buildtime;</segtitle> - <segtitle>&diskspace;</segtitle> - - <seglistitem> - <seg>&libnl-ch6-sbu;</seg> - <seg>&libnl-ch6-du;</seg> - </seglistitem> - </segmentedlist> - - </sect2> - - <sect2 role="installation"> - <title>Installation of Libnl - - Prepare Libnl for compilation: - -./configure --prefix=/usr --sysconfdir=/etc \ - --disable-static - - Compile the package: - -make - - This package does not come with a test suite. - - Install the package: - -make install - - - - - Contents of Libnl - - - Installed libraries - Installed directories - - - libnl-cli.so,libnl-genl.so,libnl-nf.so,libnl-route.so, - libnl.so - /etc/libnl,/usr/include/netlink,/usr/include/netlink/genl, - /usr/include/netlink/netfilter,/usr/include/netlink/route - - - - - Short Descriptions - - - - - libnl-cli - - - - libnl-cli - - - - - - libnl-genl - - Contains support for the generic netlink protocol, an extended version of the netlink - protocol - - libnl-genl - - - - - - libnl-nf - - Contains support for netlink based netfilter configuration and monitoring interfaces - (conntrack, log, queue) - - libnl-nf - - - - - - libnl-route - - Contains support for the configuration of interfaces of the NETLINK_ROUTE family including - network interfaces, routes, addresses, neighbours, and traffic control - - libnl-route - - - - - - libnl - - Contains support for implementing the fundamentals required to use the netlink protocol - such as socket handling, message construction and parsing, and sending and receiving of - data. - - libnl - - - - - - - -
-- cgit v1.2.3-54-g00ecf