On Mon, Oct 29, 2018 at 10:17:34PM +0100, Pierre Emeriaud wrote: > Hello, > > first and foremost, thanks for faq16.html. > > There is a small typo, because of muscle memory I guess: > 192.168.0.0/24 => 192.168.0.0/16. >
Commited, thank you Pierre :) > thanks! > > Index: faq16.html > =================================================================== > RCS file: /cvs/www/faq/faq16.html,v > retrieving revision 1.3 > diff -u -p -r1.3 faq16.html > --- faq16.html 29 Oct 2018 15:48:01 -0000 1.3 > +++ faq16.html 29 Oct 2018 21:13:35 -0000 > @@ -180,7 +180,7 @@ different use cases: > <li><b>Private Addresses</b> > (<a href="https://tools.ietf.org/html/rfc1918">RFC1918</a>) are those > reserved for private networks such as <code>10.0.0.0/8</code>, > - <code>172.16.0.0/12</code>, and <code>192.168.0.0/24</code> are not > + <code>172.16.0.0/12</code>, and <code>192.168.0.0/16</code> are not > globally routable. > <li><b>Shared Addresses</b> > (<a href="https://tools.ietf.org/html/rfc6598">RFC6598</a>) are similar >
