Hide Forgot
Section 2.2 of the IPv6 Networking for the Overcloud guide shows the following command to set an IPv6 address on the undercloud: sudo ip addr add 2001:db8::1/64 dev dev eth0 This command contains an erroneous additional "dev". The correct command is: sudo ip addr add 2001:db8::1/64 dev eth0
Assigning to Martin for review. Martin - this is an easy change, so no QA required for this one. Let me know if it's easy enough to backport into the OSP 7 documentation as well.
This content is now live on the Customer Portal. Closing.