shinobu/router: Fix nft set for ntp
Appartently, the family is not optional.
This commit is contained in:
parent
dc3a17ffe0
commit
7a7d38c2f0
|
@ -43,8 +43,8 @@ in
|
||||||
cfg.vlan);
|
cfg.vlan);
|
||||||
|
|
||||||
nftset = [
|
nftset = [
|
||||||
"/pool.ntp.org/4#filter#iot_ntp4"
|
"/pool.ntp.org/4#inet#filter#iot_ntp4"
|
||||||
"/pool.ntp.org/6#filter#iot_ntp6" # does not work
|
"/pool.ntp.org/6#inet#filter#iot_ntp6" # does not work
|
||||||
];
|
];
|
||||||
|
|
||||||
server = [
|
server = [
|
||||||
|
|
Loading…
Reference in a new issue