Changes

no edit summary
Line 56: Line 56:  
             <ul>
 
             <ul>
 
                 <li><b>unicast</b> - </li>
 
                 <li><b>unicast</b> - </li>
                 <li><b>local</b> - </li>
+
                 <li><b>local</b> - routes of this type are added to the 'local' routing table and used only for locally hosted IPs.</li>
                 <li><b>broadcast</b> - </li>
+
                 <li><b>broadcast</b> - routes of this type are added to the 'local' routing table and used by link layer devices that support the broadcast address principle.</li>
 
                 <li><b>multicast</b> - </li>
 
                 <li><b>multicast</b> - </li>
 
                 <li><b>unreachable</b> - </li>
 
                 <li><b>unreachable</b> - </li>
                 <li><b>prohibit</b> - </li>
+
                 <li><b>prohibit</b> - used to prohibit traffic to specified host or network. When a destination is prohibited, the kernel sends a 'Network is unreachable' response the source address.</li>
                 <li><b>blackhole</b> - </li>
+
                 <li><b>blackhole</b> - packets that match this type of route are discarded without any response.</li>
 
                 <li><b>anycast</b> - </li>
 
                 <li><b>anycast</b> - </li>
 
                 <li><b>-- custom --</b> - </li>
 
                 <li><b>-- custom --</b> - </li>

Navigation menu