1
0

router: fix typo in ip address reservation

This commit is contained in:
clerie 2022-07-23 23:31:53 +02:00
parent 65b5314961
commit a4f62080b9

View File

@ -46,7 +46,7 @@
reservations = [ reservations = [
{ # drucker container { # drucker container
hw-address = "20:cd:a7:f2:1b:ad"; hw-address = "20:cd:a7:f2:1b:ad";
ip-address = "10.32.202.11"; ip-address = "10.42.202.11";
} }
]; ];
} }