cleanup for corenetwork interface generation

This commit is contained in:
Chris PeBenito 2005-05-24 17:34:29 +00:00
parent 88c72f4408
commit c907b3e2c7
1 changed files with 4 additions and 0 deletions

View File

@ -2,6 +2,7 @@
## <module name="corenetwork" layer="kernel">
## <summary>Policy controlling access to network objects</summary>
ifdef(`interface_pass',`',`
#######################################
#
# corenetwork_network_tcp_on_general_interface(domain)
@ -784,6 +785,7 @@ attribute reserved_port_type;
class udp_socket name_bind;
')
') dnl end if not interface_pass
########################################
#
# This section is processed through m4 to create real interfaces
@ -1315,4 +1317,6 @@ declare_ports($1_port_t,shift($*))
')
')
ifdef(`interface_pass',`',`
## </module>
')