1
0
Fork 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
1 changed files with 1 additions and 1 deletions

View File

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