trunk: add omapi port for dhcpcd.

This commit is contained in:
Chris PeBenito 2008-11-12 13:11:00 +00:00
parent 5843d066b6
commit 99282e6be0
2 changed files with 3 additions and 2 deletions

View File

@ -1,3 +1,4 @@
- Add omapi port for dhcpcd.
- Deprecate per-role templates and rolemap support.
- Implement user-based access control for use as role separations.
- Move shared library calls from individual modules to the domain module.

View File

@ -1,5 +1,5 @@
policy_module(corenetwork, 1.10.1)
policy_module(corenetwork, 1.10.2)
########################################
#
@ -88,7 +88,7 @@ network_port(cvs, tcp,2401,s0, udp,2401,s0)
network_port(dcc, udp,6276,s0, udp,6277,s0)
network_port(dbskkd, tcp,1178,s0)
network_port(dhcpc, udp,68,s0)
network_port(dhcpd, udp,67,s0, tcp,647,s0, udp,647,s0, tcp,847,s0, udp,847,s0)
network_port(dhcpd, udp,67,s0, tcp,647,s0, udp,647,s0, tcp,847,s0, udp,847,s0, tcp,7911,s0)
network_port(dict, tcp,2628,s0)
network_port(distccd, tcp,3632,s0)
network_port(dns, udp,53,s0, tcp,53,s0)