From bb71ddd0eecf91e7f1bb44250f79d5b4c9d633e2 Mon Sep 17 00:00:00 2001 From: Felix Kunsmann Date: Sat, 30 May 2015 16:12:58 +0200 Subject: [PATCH] Add primary mac address and fastd config syntax to shown entry --- .../files/lib/gluon/config-mode/reboot/0100-mesh-vpn.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package/gluon-config-mode-mesh-vpn/files/lib/gluon/config-mode/reboot/0100-mesh-vpn.lua b/package/gluon-config-mode-mesh-vpn/files/lib/gluon/config-mode/reboot/0100-mesh-vpn.lua index 1b32c731..bd5be2f8 100644 --- a/package/gluon-config-mode-mesh-vpn/files/lib/gluon/config-mode/reboot/0100-mesh-vpn.lua +++ b/package/gluon-config-mode-mesh-vpn/files/lib/gluon/config-mode/reboot/0100-mesh-vpn.lua @@ -15,8 +15,9 @@ else local msg = [[

]] .. i18n.translate('gluon-config-mode:pubkey') .. [[

# <%= hostname %> + # <%=sysconfig.primary_mac%>
- <%= pubkey %> + key "<%= pubkey %>";
]] return function ()