Skip to content
This repository was archived by the owner on Jan 16, 2024. It is now read-only.

Commit c9a384b

Browse files
committed
gh-47: set loopback device up
1 parent 437c1a0 commit c9a384b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

base.one/etc/one-context.d/11-fix-loopback

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,5 @@ ip_info="$(ip -o -4 address show lo)"
2525

2626
if [ -z "$ip_info" ]; then
2727
ip addr add 127.0.0.1/8 dev lo
28+
ip link set lo up
2829
fi

0 commit comments

Comments
 (0)