mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-30 12:33:02 +02:00
Let's drop the leading IETF or Infix prefixes from tests. Initially the idea was to mimnic the YANG models, but it's difficult to navigate and does not provide any real benefit to developers or end-users. Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
21 lines
548 B
Plaintext
21 lines
548 B
Plaintext
=== Interface IPv6 autoconf for bridges
|
|
|
|
ifdef::topdoc[:imagesdir: {topdoc}../../test/case/interfaces/ipv6_address]
|
|
|
|
==== Description
|
|
|
|
Verify IPv6 autoconf on a bridge is properly set up for global prefix.
|
|
See issue #473 for details.
|
|
|
|
==== Topology
|
|
|
|
image::topology.svg[Interface IPv6 autoconf for bridges topology, align=center, scaledwidth=75%]
|
|
|
|
==== Sequence
|
|
|
|
. Set up topology and attach to target DUT
|
|
. Setting up bridge with IPv6 SLAAC for global prefix on target:data
|
|
. Verify using sysctl that 'net.ipv6.conf.br0.autoconf' is 1 on target
|
|
|
|
|