-
Notifications
You must be signed in to change notification settings - Fork 18.8k
Update IPv6 docs with modern ip
command use + sysctl
#10751
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
nice, thanks |
mmm, I'll have to test a few things and distros - though I think - yay :) |
@SvenDowideit definitely validation would be good.. seems OK on Fedora 21 and Ubuntu 14.10 from the checking I did today. Also, I don't have any good SVG tools and I was not happy that gliffy export-to-SVG seemed to generate larger files than the previous ones in the tree. Only one has a significantly different canvas size, which shouldn't matter as SVG is only the vectors and text--so not sure what was done last time, but let me know if I need to use another tool to simplify them. |
I asked the reporter of #10701 if he could have a look at this PR as well to see if this resolves his issue, but there still are some issues, see #10701 (comment) (Sorry that this caused the discussion to be spread over two locations now) |
@estesp thanks for this PR. |
fd7dd70
to
8abb7ac
Compare
@MalteJ PR is updated using only subnets from doc prefix address space. I think I got everything right, but head starts swimming trying to keep all the subnets straight in the diagram and text :) Edit: Hmm..those are actually /48's? |
975fd7d
to
71e98e4
Compare
Fixes: moby#10701 Updates the IPv6 documentation and images to reflect the more modern `ip -6` command set versus `route` and `ifconfig`. Also removes the use of the special 2002: address range as that is reserved for 6to4 addressing, as well as use of any public address range and re-works the switched routing example to use 3 subnets of the documentation IPv6 prefix range. Also conformed all use of addresses to the same doc range per @MalteJ's commit. Docker-DCO-1.1-Signed-off-by: Phil Estes <estesp@linux.vnet.ibm.com> (github: estesp) Signed-off-by: Malte Janduda <mail@janduda.net>
71e98e4
to
95668ed
Compare
@SvenDowideit this PR has been updated to re-align all addresses around the doc prefix range, as well as all images. @MalteJ has provided additional updates which I've merged in. Please review when you are able. Thanks! |
LGTM |
ping @SvenDowideit @MalteJ |
LGTM |
thanks! |
Update IPv6 docs with modern `ip` command use + `sysctl`
Fixes: #10701
Updates the IPv6 documentation and images to reflect the more modern
ip -6
command set versusroute
andifconfig
. Also removes theuse of the special 2002: address range as that is reserved for 6to4
addressing.
Docker-DCO-1.1-Signed-off-by: Phil Estes estesp@linux.vnet.ibm.com (github: estesp)