Layer: system

Module: sysnetwork

Description:

Policy for network configuration: ifconfig and dhcp client.

Interfaces:

sysnet_create_config( domain )
Summary

Create files in /etc with the type used for the network config files.

Parameters
Parameter:Description:Optional:
domain The type of the process performing this action. No
sysnet_create_dhcp_state( domain , file_type , [ object_class ] )
Summary

Create DHCP state data.

Description

Create DHCP state data.

This is added for DHCP server, as the server and client put their state files in the same directory.

Parameters
Parameter:Description:Optional:
domain Domain allowed access. No
file_type The type of the object to be created No
object_class The object class. If not specified, file is used. yes
sysnet_domtrans_dhcpc( domain )
Summary

Execute dhcp client in dhcpc domain.

Parameters
Parameter:Description:Optional:
domain The type of the process performing this action. No
sysnet_domtrans_ifconfig( domain )
Summary

Execute ifconfig in the ifconfig domain.

Parameters
Parameter:Description:Optional:
domain The type of the process performing this action. No
sysnet_kill_dhcpc( domain )
Summary

Send a kill signal to the dhcp client.

Parameters
Parameter:Description:Optional:
domain The domain sending the SIGKILL. No
sysnet_manage_config( domain )
Summary

Create, read, write, and delete network config files.

Parameters
Parameter:Description:Optional:
domain The type of the process performing this action. No
sysnet_read_config( domain )
Summary

Allow network init to read network config files.

Parameters
Parameter:Description:Optional:
domain The type of the process performing this action. No
sysnet_read_dhcp_config( domain )
Summary

Read the DHCP configuration files.

Parameters
Parameter:Description:Optional:
domain Domain allowed access. No
sysnet_read_dhcpc_pid( domain )
Summary

Read the dhcp client pid file.

Parameters
Parameter:Description:Optional:
domain The type of the process performing this action. No
sysnet_read_dhcpc_state( domain )
Summary

Read dhcp client state files.

Parameters
Parameter:Description:Optional:
domain The domain allowed access. No
sysnet_run_ifconfig( domain , role , terminal )
Summary

Execute ifconfig in the ifconfig domain, and allow the specified role the ifconfig domain, and use the caller's terminal.

Parameters
Parameter:Description:Optional:
domain The type of the process performing this action. No
role The role to be allowed the ifconfig domain. No
terminal The type of the terminal allow the ifconfig domain to use. No
sysnet_rw_dhcp_config( domain )
Summary

Read and write dhcp configuration files.

Parameters
Parameter:Description:Optional:
domain The domain allowed access. No
sysnet_search_dhcp_state( domain )
Summary

Search the DHCP state data directory.

Parameters
Parameter:Description:Optional:
domain Domain allowed access. No
sysnet_sigchld_dhcpc( domain )
Summary

Send a SIGCHLD signal to the dhcp client.

Parameters
Parameter:Description:Optional:
domain The domain sending the SIGCHLD. No
sysnet_signal_dhcpc( domain )
Summary

Send a generic signal to the dhcp client.

Parameters
Parameter:Description:Optional:
domain The domain sending the signal. No
sysnet_signull_dhcpc( domain )
Summary

Send a null signal to the dhcp client.

Parameters
Parameter:Description:Optional:
domain The domain sending the null signal. No
sysnet_sigstop_dhcpc( domain )
Summary

Send a SIGSTOP signal to the dhcp client.

Parameters
Parameter:Description:Optional:
domain The domain sending the SIGSTOP. No
Return