Skip to content

Commit

Permalink
2023.11.23-08:02
Browse files Browse the repository at this point in the history
  • Loading branch information
slankdev committed Nov 23, 2023
1 parent d0b5cc4 commit ceca60e
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions examples/trex/spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,12 @@ nodes:
- { name: net1, type: direct, args: DUT1#net1 }

node_configs:
- name: T1
- name: DUT1
cmds:
- cmd: hello
- cmd: ip link add br0 type bridge
- cmd: ip link set br0 up
- cmd: ip link set net0 master br0
- cmd: ip link set net1 master br0

postinit:
cmds:
Expand Down

0 comments on commit ceca60e

Please sign in to comment.