diff options
Diffstat (limited to 'chapter06/iproute2.xml')
-rw-r--r-- | chapter06/iproute2.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/iproute2.xml b/chapter06/iproute2.xml index 3b637e8ff..8b0030dcd 100644 --- a/chapter06/iproute2.xml +++ b/chapter06/iproute2.xml @@ -54,7 +54,7 @@ <para>Fix a bug that causes the <command>ip route get</command> command to not produce any output:</para> -<screen><userinput remap="pre">sed -i 's/== !/\&\& !/' ip/iproute.c</userinput></screen> +<screen><userinput remap="pre">sed -i '1289i\\tfilter.cloned = 2;' ip/iproute.c</userinput></screen> <para>Compile the package:</para> |