From the forum
In the following config, the shared-network-parameters breaks the config.
shared-network-name Management {
shared-network-parameters 'option root-path 10.0.1.4:/var/tmp/rootfs'
subnet 10.50.1.0/24 {
default-router 10.50.1.1
dns-server 1.1.1.1
dns-server 8.8.8.8
domain-name management.domain.io
lease 86399
range 0 {
start 10.50.1.100
stop 10.50.1.254
}
}
}But it would be a valid config if it was allowed to be: shared-network-parameters ‘option root-path “10.0.1.4:/var/tmp/rootfs"’. The validator prevents this (maybe for good reason).