Skip to content

Commit

Permalink
add dhcpv6 (for server) service (RHBZ#917866)
Browse files Browse the repository at this point in the history
It's not possible to restrict it to a specific destination
because DHCPv6 makes use of 2 multicast addresses,
FF02::1:2 (client<->server) and FF05::1:3 (relay agent<->server)
  • Loading branch information
jpopelka committed Jun 17, 2013
1 parent 29b27b1 commit 789e5ac
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions config/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ EXTRA_DIST = \
services/bacula.xml \
services/cluster-suite.xml \
services/dhcpv6-client.xml \
services/dhcpv6.xml \
services/dns.xml \
services/ftp.xml \
services/https.xml \
Expand Down
6 changes: 6 additions & 0 deletions config/services/dhcpv6.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<service>
<short>DHCPv6</short>
<description>This allows a DHCPv6 server to accept messages from DHCPv6 clients and relay agents.</description>
<port protocol="udp" port="547"/>
</service>

0 comments on commit 789e5ac

Please sign in to comment.