From 538905b2d90ea9823a76f27637f53a2281fec2ad Mon Sep 17 00:00:00 2001 From: Astro Date: Sun, 23 Oct 2022 00:27:18 +0200 Subject: [PATCH] pkgs/gateway-report: fix table headings --- nix/pkgs/gateway-report.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/nix/pkgs/gateway-report.nix b/nix/pkgs/gateway-report.nix index 509ee3f..6304479 100644 --- a/nix/pkgs/gateway-report.nix +++ b/nix/pkgs/gateway-report.nix @@ -50,7 +50,7 @@ writeText "vlan-report.md" '' ${lib.optionalString (routers4 != []) '' ### IPv4 `${netConfig.subnet4}` - | Address | Name | Upstream | Fallback | + | Address | Name | Primary Uplink | Fallback Uplink | |-|-|-|-| ${lib.concatMapStrings (hostName: let @@ -75,13 +75,13 @@ writeText "vlan-report.md" '' ''} ${lib.optionalString (routers6 != {}) '' - ### IPv6: ${lib.concatStringsSep " " ( + ### IPv6 ${lib.concatStringsSep " " ( map (s: "`${s}`") ( builtins.attrValues netConfig.subnets6 ) )} - | Address | Name | Upstream | Description | + | Address | Name | Primary Uplink | Fallback Uplink | |-|-|-|-| ${lib.concatMapStrings (hostName: let