Skip to content

Commit 6efdfd0

Browse files
committed
Test
1 parent a55f5f4 commit 6efdfd0

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/build-and-test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,8 @@ jobs:
130130
with:
131131
submodules: recursive
132132
fetch-depth: 0
133+
- name: Show net devices
134+
run: ip -o addr show scope global
133135
- name: Install protobuf compiler
134136
run: |
135137
sudo apt-get update

test-configs/linux/net.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[nat]
22
table = "nat"
3-
device = "eth0"
3+
device = "enp0s3"
44
cidr = "10.0.0.0/8"
55

66
[bridge]

0 commit comments

Comments
 (0)