Skip to content
Snippets Groups Projects

Fixing containerlab hackfest example

1 file
+ 1
8
Compare changes
  • Side-by-side
  • Inline
@@ -32,11 +32,4 @@ In this topology file, the clients are pre-configured with the respectivly IP ad
### Links
- Connect srl1:e1-1 to srl2:e1-1
- Connect client1:eth1 to srl1:e1-2
- Connect client2:eth1 to srl2:e1-2
```yaml
exec:
- ip address add 172.16.1.10/24 dev eth1
- ip route add 172.16.2.0/24 via 172.16.1.1
```
\ No newline at end of file
- Connect client2:eth1 to srl2:e1-2
\ No newline at end of file
Loading