From 7e763c1c8bb2af00d9cff880b6ff3129f40120e1 Mon Sep 17 00:00:00 2001 From: Jon Sands Date: Wed, 16 Oct 2019 03:05:06 -0400 Subject: [PATCH] 64nix fix spacing --- documentation/64nix.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/documentation/64nix.md b/documentation/64nix.md index d8b60c7..8afb34b 100644 --- a/documentation/64nix.md +++ b/documentation/64nix.md @@ -38,8 +38,8 @@ iface eth1 inet6 static gateway 2620:57:e000:e::11 autoconf 0 ``` -Now run the below command to assign the entire /56 to the server's loopback interface: -**Note:** this uses Linux's [AnyIP](https://blog.widodh.nl/2016/04/anyip-bind-a-whole-subnet-to-your-linux-machine/) feature. +Now run the below command to assign the entire /56 to the server's loopback interface: +**Note:** this uses Linux's [AnyIP](https://blog.widodh.nl/2016/04/anyip-bind-a-whole-subnet-to-your-linux-machine/) feature `ip -6 route add local 2620:57:e000:400::/56 dev lo`