Browse Source

Add synchronisation support for dhcpd - this allows for two dhcpd's

with the same configuration to be run on the same net and they will
keep their lease files/state in synch, and therefore allowing you to
run redundant dhcpd's. Synchronization code stolen from spamd, uses
an hmac key in /var/db/dhcpd.key if it exists.
ok krw@ deraadt@
OPENBSD_4_4
beck 16 years ago
parent
commit
0790433be5
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      src/etc/services

+ 2
- 1
src/etc/services View File

@ -1,4 +1,4 @@
# $OpenBSD: services,v 1.68 2008/05/06 22:52:03 sthen Exp $
# $OpenBSD: services,v 1.69 2008/05/07 12:19:20 beck Exp $
#
# Network services, Internet style
#
@ -277,6 +277,7 @@ icb 7326/tcp # Internet Citizen's Band
spamd 8025/tcp # spamd(8)
spamd-sync 8025/udp # spamd(8) synchronisation
spamd-cfg 8026/tcp # spamd(8) configuration
dhcpd-sync 8067/udp # dhcpd(8) synchronisation
hunt 26740/udp # hunt(6)
#
# Appletalk


Loading…
Cancel
Save