From 6642f373908d67c9cfc9d8f360843e9c528a8b94 Mon Sep 17 00:00:00 2001 From: Ilario Gelmetti Date: Wed, 15 May 2024 10:23:46 +0200 Subject: [PATCH] lime-example: static proto does not require the gateway IP --- packages/lime-docs/files/www/docs/lime-example.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/lime-docs/files/www/docs/lime-example.txt b/packages/lime-docs/files/www/docs/lime-example.txt index 0f88dbda8..15659d107 100644 --- a/packages/lime-docs/files/www/docs/lime-example.txt +++ b/packages/lime-docs/files/www/docs/lime-example.txt @@ -224,9 +224,9 @@ config net wirelessclientbackbone # list protocols 'wan' # Some of these protocols require the relative package "lime-proto-..." # list protocols 'static' # Set up a static IP (both IPv4 and IPv6 supported) # option static_ipv4 '192.168.1.2/24' -# option static_gateway_ipv4 '192.168.1.1' +# option static_gateway_ipv4 '192.168.1.1' # in static protocol, specifying an IP for the gateway is optional. Skip this line if no default route should be added on this interface. # option static_ipv6 '2a00:1508:0a00::1234/64' -# option static_gateway_ipv6 'fe80::1' +# option static_gateway_ipv6 'fe80::1' # in static protocol, specifying an IP for the gateway is optional. Skip this line if no default route should be added on this interface. ## (optional) configure lan1 for connection to other nodes, not for users connection: config net