mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-22 01:13:00 +02:00
28 lines
539 B
Plaintext
28 lines
539 B
Plaintext
=== Bridge Basic
|
|
|
|
ifdef::topdoc[:imagesdir: {topdoc}../../test/case/interfaces/bridge_basic]
|
|
|
|
==== Description
|
|
|
|
Test basic connectivity to a bridge
|
|
|
|
....
|
|
|
|
PING --> br0 (10.0.0.2)
|
|
/
|
|
PC -------- target:data
|
|
|
|
....
|
|
|
|
==== Topology
|
|
|
|
image::topology.svg[Bridge Basic topology, align=center, scaledwidth=75%]
|
|
|
|
==== Sequence
|
|
|
|
. Set up topology and attach to target DUT
|
|
. Configure single bridge with a single physical port, bridge @ IP 10.0.0.2
|
|
. Verify ping 10.0.0.2 is possible from host:data
|
|
|
|
|