From d9040fea11fac961d9957f8fead5ddc1264da0e4 Mon Sep 17 00:00:00 2001 From: Akihiro Motoki Date: Mon, 7 Dec 2015 01:16:40 +0900 Subject: [PATCH] [networking] minor fix of network introduction Change-Id: I14e7bd3779bab42f8d604712e647219385f32073 --- doc/networking-guide/source/intro_basic_networking.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/networking-guide/source/intro_basic_networking.rst b/doc/networking-guide/source/intro_basic_networking.rst index a916bd9817..88ec50f4d3 100644 --- a/doc/networking-guide/source/intro_basic_networking.rst +++ b/doc/networking-guide/source/intro_basic_networking.rst @@ -332,7 +332,7 @@ routes would be formatted using these commands:: 192.168.122.0 0.0.0.0 255.255.255.0 U 0 0 0 virbr0 The ``ip route get`` command outputs the route for a destination IP address. -From the above example, destination IP address 10.0.2.14 is on the +From the below example, destination IP address 10.0.2.14 is on the local network of eth0 and would be sent directly:: $ ip route get 10.0.2.14