Fix two IP addresses in an netstat example.
Submitted by: Liton Das <litondas at gmail dot com> PR: docs/161810
This commit is contained in:
parent
34bf4590cb
commit
41678b680e
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=37849
1 changed files with 2 additions and 2 deletions
|
@ -525,8 +525,8 @@ Internet:
|
|||
Destination Gateway Flags Refs Use Netif Expire
|
||||
default 10.0.0.1 UGS 0 49378 xl0
|
||||
127.0.0.1 127.0.0.1 UH 0 6 lo0
|
||||
10.0.0/24 link#1 UC 0 0 xl0
|
||||
192.168.1/24 link#2 UC 0 0 xl1</screen>
|
||||
10.0.0.0/24 link#1 UC 0 0 xl0
|
||||
192.168.1.0/24 link#2 UC 0 0 xl1</screen>
|
||||
|
||||
<para>With the current routing table <hostid>RouterA</hostid>
|
||||
will not be able to reach our Internal Net 2. It does not
|
||||
|
|
Loading…
Reference in a new issue