From b51936ccd7b49be098a3da0c6613448316d2adb7 Mon Sep 17 00:00:00 2001 From: keks Date: Wed, 17 Apr 2013 02:11:19 +0300 Subject: [PATCH] fix order --- static.conf | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/static.conf b/static.conf index ca47b57..51f28b8 100644 --- a/static.conf +++ b/static.conf @@ -3,12 +3,12 @@ host baracke { fixed-address 10.112.0.1; } -host tetra { - hardware ethernet 42:44:44:44:44:44; - fixed-address 10.112.4.4; -} - host libertas { hardware ethernet 1c:7e:e5:5f:94:c0; fixed-address 10.112.2.22; } + +host tetra { + hardware ethernet 42:44:44:44:44:44; + fixed-address 10.112.4.4; +}