]> git.ipfire.org Git - people/ms/ipfire-2.x.git/commitdiff
core188: Ship DHCP/Unbound Bridge socket implementation
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 13 Aug 2024 09:32:07 +0000 (09:32 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 13 Aug 2024 09:32:07 +0000 (09:32 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
config/rootfiles/core/188/filelists/dhcp [new symlink]
config/rootfiles/core/188/filelists/files
config/rootfiles/core/188/filelists/unbound [new symlink]

diff --git a/config/rootfiles/core/188/filelists/dhcp b/config/rootfiles/core/188/filelists/dhcp
new file mode 120000 (symlink)
index 0000000..32d8da4
--- /dev/null
@@ -0,0 +1 @@
+../../../common/dhcp
\ No newline at end of file
index f8447de557c574eed302548e458c8f22b990fc10..e9b52cc4f78f8ef395ab61485e1cb955a7c7ba7c 100644 (file)
@@ -3,6 +3,7 @@ etc/rc.d/init.d/functions
 etc/rc.d/init.d/networking/functions.network
 etc/rc.d/init.d/networking/red
 lib/udev/network-hotplug-vlan
+srv/web/ipfire/cgi-bin/dhcp.cgi
 srv/web/ipfire/cgi-bin/services.cgi
 srv/web/ipfire/cgi-bin/system.cgi
 srv/web/ipfire/cgi-bin/vulnerabilities.cgi
diff --git a/config/rootfiles/core/188/filelists/unbound b/config/rootfiles/core/188/filelists/unbound
new file mode 120000 (symlink)
index 0000000..66adf09
--- /dev/null
@@ -0,0 +1 @@
+../../../common/unbound
\ No newline at end of file