refs #273 adds kea template and configuration
parent
f75ebed4b0
commit
5bbb624c65
|
@ -240,7 +240,7 @@ function keaDhcpConfigure() {
|
|||
-e "s/NETMASK/${CIDR}/g" \
|
||||
-e "s/ROUTERIP/${ROUTERIP}/g" \
|
||||
-e "s/DNSIP/${DNSIP}/g" \
|
||||
"$WORKDIR/opengnsys/server/etc/kea-dhcp4.conf.tmpl" > "/etc/kea/kea-dhcp4.conf" || errcode=1
|
||||
"$WORKDIR/ogboot/etc/kea-dhcp4.conf.tmpl" > "/etc/kea/kea-dhcp4.conf" || errcode=1
|
||||
|
||||
# Si hubo errores al configurar, muestra un mensaje de error y sale de la función
|
||||
if [ $errcode -ne 0 ]; then
|
||||
|
|
Loading…
Reference in New Issue