diff options
author | Bob Beck <beck@cvs.openbsd.org> | 2008-05-07 12:19:21 +0000 |
---|---|---|
committer | Bob Beck <beck@cvs.openbsd.org> | 2008-05-07 12:19:21 +0000 |
commit | e1fc87c003c10d05e80ad1c139ab591e6ec003a4 (patch) | |
tree | 681364a876ff6c24d7dfaf815a57f4d1d1b536e4 /etc | |
parent | 35b114188dc363874554d6bc92858cb8a2710888 (diff) |
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@
Diffstat (limited to 'etc')
-rw-r--r-- | etc/services | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/services b/etc/services index 68602c5133d..a05047c5db2 100644 --- a/etc/services +++ b/etc/services @@ -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 |