trunk: add omapi port for dhcpcd.
This commit is contained in:
parent
5843d066b6
commit
99282e6be0
|
@ -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.
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue