30d0a54ed0
receiving a packet (bsc#961305,CVE-2015-8605,ISC-Bugs#41267). - adjusted interval check. [*0019-dhcp-4.2.4-P1-interval.patch] - Fixed improper lease duration checking. Also added fixes for integer overflows in the date and time handling code(bsc#936923, bsc#880984). [+0020-dhcp-4.x.x-fixed-improper-lease-duration-checking.patch] - fixed service files to start dhcpd after slapd (bsc#956159) - dhclient-script: complain in the log about conflicts, added a see log messages to the dhclient log message (bsc#960506) [* 0018-client-fail-on-script-pre-init-error-bsc-912098.patch] OBS-URL: https://build.opensuse.org/package/show/network:dhcp/dhcp?expand=0&rev=163
16 lines
358 B
Desktop File
16 lines
358 B
Desktop File
[Unit]
|
|
Description=ISC DHCPv6 Server
|
|
Before=multi-user.target
|
|
After=remote-fs.target network.target nss-lookup.target time-sync.target slapd.service sssd.service ndsd.service
|
|
|
|
[Service]
|
|
Type=forking
|
|
Restart=on-abort
|
|
ExecStart=/usr/lib/dhcp/dhcpd -6 start
|
|
ExecStop=/usr/lib/dhcp/dhcpd -6 stop
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
Alias=dhcp6-server.service
|
|
|