adding manual ipv6 settings
All checks were successful
TMW Global Networks Dokumentation / build (push) Successful in 10s
All checks were successful
TMW Global Networks Dokumentation / build (push) Successful in 10s
This commit is contained in:
parent
f77ecae5bc
commit
cdcef35515
@ -18,5 +18,10 @@ jobs:
|
||||
run: ip a
|
||||
- name: show ip route
|
||||
run: ip route
|
||||
- name: adding an ipv6 address to the runner
|
||||
run: |
|
||||
ip addr add fd00:1234:5678:90ab:cdef:1234:5678:90ab/64 dev eth0
|
||||
- name: adding default route
|
||||
run: ip -6 route add default dev eth0 metric 100
|
||||
- name: Test IPv6 connectivity
|
||||
run: ping6 -c 3 google.com || echo "IPv6 not working on runner"
|
||||
Reference in New Issue
Block a user