File tree Expand file tree Collapse file tree 2 files changed +18
-7
lines changed Expand file tree Collapse file tree 2 files changed +18
-7
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
egress :
3
- - comment : allow outgoing http
3
+ - comment : allow outgoing http and https
4
4
ports :
5
5
- 80
6
- protocol : TCP
7
- to :
8
- - 0.0.0.0/0
9
- - comment : allow outgoing https
10
- ports :
11
6
- 443
12
7
protocol : TCP
13
8
to :
@@ -31,6 +26,15 @@ ingress:
31
26
- 22
32
27
protocol : TCP
33
28
from :
34
- - 203.0.113.1/32
29
+ - 203.0.113.0/24
30
+ to :
31
+ - 203.0.113.128/25
32
+ - comment : allow incoming http and https
33
+ ports :
34
+ - 80
35
+ - 443
36
+ protocol : TCP
37
+ from :
38
+ - 203.0.113.0/24
35
39
to :
36
40
- 203.0.113.128/25
Original file line number Diff line number Diff line change 7
7
8
8
topology :
9
9
nodes :
10
+ metal-control-plane-control-plane :
11
+ kind : ext-container
12
+ exec :
13
+ - ip addr add 203.0.113.100/24 dev mini_lab_ext
14
+ - ip route add 203.0.113.128/25 via 203.0.113.128 dev mini_lab_ext
10
15
exit :
11
16
kind : linux
12
17
image : quay.io/frrouting/frr:10.0.1
@@ -46,6 +51,8 @@ topology:
46
51
QEMU_MACHINE_CPU_CORES : 2
47
52
QEMU_MACHINE_DISK_SIZE : 20G
48
53
links :
54
+ - endpoints : ["metal-control-plane-control-plane:mini_lab_ext", "mini_lab_ext:kind"]
55
+ mtu : 9000
49
56
- endpoints : ["exit:mini_lab_ext", "mini_lab_ext:exit"]
50
57
mtu : 9000
51
58
- endpoints : ["leaf01:Ethernet0", "vms:lan0"]
You can’t perform that action at this time.
0 commit comments