From 56258f26f89c30f9571e245eaed8f884e99f0fd5 Mon Sep 17 00:00:00 2001
From: Anders Blomdell <anders.blomdell@control.lth.se>
Date: Tue, 7 Mar 2023 16:02:50 +0100
Subject: [PATCH] Revert "Remove authoritative from PXE_DENY"

This reverts commit 23404085ab5f8fada4e0d098bc403118d5bd4787.
---
 src/hostinfo/dhcpd.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/hostinfo/dhcpd.py b/src/hostinfo/dhcpd.py
index ac45b65..a6ba576 100755
--- a/src/hostinfo/dhcpd.py
+++ b/src/hostinfo/dhcpd.py
@@ -104,6 +104,8 @@ class "anaconda" {
 }"""
 
 PXE_DENY="""
+authoritative;
+
 class "pxeclient" {
   match if substring (option vendor-class-identifier, 0, 9) = "PXEClient";
   ignore booting;
-- 
GitLab