-
Notifications
You must be signed in to change notification settings - Fork 5
/
vinbero.yml
46 lines (45 loc) · 1.24 KB
/
vinbero.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
internal:
# logfile: "/var/log/vinbero.log"
logfile: "./vinbero.log"
development: false
devices:
- ens4f0
- ens4f1
settings:
# functions:
# - action: SEG6_LOCAL_ACTION_END_DX4
# triggerAddr: fc00:2::2/128
# nexthop: 10.2.0.1
# functions:
# - action: SEG6_LOCAL_ACTION_END
# triggerAddr: fc00:2::2/128
# # actionSrcAddr: fc00:1::1 #optional
# flaver: NONE
# - action: SEG6_LOCAL_ACTION_END_DX4
# addr: fc00:3::3/128
# nexthop: 172.0.2.1
# actionSrcAddr: 172.0.1.2
# - action: SEG6_LOCAL_ACTION_END_M_GTP4_E
# triggerAddr: fc00:2::/48
# actionSrcAddr: 10.0.2.2
# v4AddrSPos: 64
# v4AddrDPos: 48
transitv4:
- action: SEG6_IPTUN_MODE_ENCAP_H_M_GTP4_D
triggerAddr: 10.2.0.1/24
actionSrcAddr: fc00:2::/64
actionDstAddr: fc00:3::/48 # last arrive next hop
segments:
- fc00:3::3
# - action: SEG6_IPTUN_MODE_ENCAP
# triggerAddr: 10.2.0.0/24
# actionSrcAddr: fc00:2::2
# segments: # max size 5
# - fc00:3::3 # last arrive next hop
# transitv6:
# - action: SEG6_IPTUN_MODE_ENCAP
# addr: fd00:1::1/64
# actionSrcAddr: fc00:1::1
# segments:
# - fc00:2::1
# - fc00:3::3