Skip to content

Commit 7028bd0

Browse files
fix: clear dirty dhcp subsystem after applying
1 parent 85a805a commit 7028bd0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pfSense-pkg-RESTAPI/files/usr/local/pkg/RESTAPI/Dispatchers/DHCPServerApplyDispatcher.inc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,6 @@ class DHCPServerApplyDispatcher extends Dispatcher {
1414
*/
1515
protected function _process(mixed ...$arguments): void {
1616
services_dhcpd_configure();
17+
clear_subsystem_dirty('dhcpd');
1718
}
1819
}

0 commit comments

Comments
 (0)