From f0fe6a8871ab95060f02c75bf2e6669ea2d9f141 Mon Sep 17 00:00:00 2001 From: Fazlul Shahriar Date: Fri, 11 Oct 2019 12:28:36 -0400 Subject: [PATCH] IPv4 loopback address also not configured by default in 9front --- Plan9.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Plan9.md b/Plan9.md index 28d0d5d4..fc612525 100644 --- a/Plan9.md +++ b/Plan9.md @@ -45,8 +45,9 @@ If you're running Plan 9 on Raspberry Pi, you'll require the latest [bcm](https: CA certificates for `crypto/x509` package needs to be installed at `/sys/lib/tls/ca.pem`. You can download it from `https://curl.haxx.se/ca/cacert.pem` or copy from another system. -For 9front, you may need to configure IPv6 loopback address for standard library tests: +For 9front, you may need to configure loopback addresses for standard library tests: + ip/ipconfig -P loopback /dev/null 127.1 ip/ipconfig -P loopback /dev/null ::1 # Installation