summaryrefslogtreecommitdiffstats
path: root/docs/examples/ethernet-static
diff options
context:
space:
mode:
Diffstat (limited to 'docs/examples/ethernet-static')
-rw-r--r--docs/examples/ethernet-static3
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/examples/ethernet-static b/docs/examples/ethernet-static
index b346688..73e4e73 100644
--- a/docs/examples/ethernet-static
+++ b/docs/examples/ethernet-static
@@ -2,8 +2,7 @@ Description='A basic static ethernet connection'
Interface=eth0
Connection=ethernet
IP=static
-# The netmask in the IPv4 address is optional and defaults to 24
-Address='192.168.1.23/28'
+Address='192.168.1.23/24'
#Routes=('192.168.0.0/24 via 192.168.1.2')
Gateway='192.168.1.1'
DNS=('192.168.1.1')