diff options
Diffstat (limited to 'chapter06/iproute2.xml')
-rw-r--r-- | chapter06/iproute2.xml | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/chapter06/iproute2.xml b/chapter06/iproute2.xml index 2a6cbf637..db4ab098b 100644 --- a/chapter06/iproute2.xml +++ b/chapter06/iproute2.xml @@ -56,7 +56,14 @@ sed -i 's/arpd.8//' man/man8/Makefile</userinput></screen> <!-- Save as comments for now <para>Remove a compiler flag that causes the compilation to fail:</para> <screen><userinput remap="pre">sed -i 's/-Werror//' Makefile</userinput></screen> + --> + <para>Do not build the unneeded tipc program. Transparent Inter-process + Communication (TIPC) is a network communications protocol for Inter-process + communication (IPC) that was designed for intra-cluster + communication.</para> + +<screen><userinput remap="pre">sed -i 's/tipc //' Makefile</userinput></screen> <para>Compile the package:</para> @@ -88,8 +95,8 @@ sed -i 's/arpd.8//' man/man8/Makefile</userinput></screen> <seg>bridge, ctstat (link to lnstat), genl, ifcfg, ifstat, ip, lnstat, nstat, routef, routel, rtacct, rtmon, rtpr, rtstat (link to lnstat), ss, and tc</seg> - <seg>/etc/iproute2, /usr/lib/tc, /usr/share/doc/iproute2-&iproute2-version;, - and /usr/lib/tc</seg> + <seg>/etc/iproute2, /usr/lib/tc, and /usr/share/doc/iproute2-&iproute2-version;, + </seg> </seglistitem> </segmentedlist> |