Network Labeling Statements =========================== ipaddr ------ Declares a named IP address in IPv4 or IPv6 format that may be referenced by other CIL statements (i.e. [`netifcon`](cil_network_labeling_statements.md#netifcon)). Notes: - CIL statements utilising an IP address may reference a named IP address or use an anonymous address, the examples will show each option. - IP Addresses may be declared without a previous declaration by enclosing within parentheses e.g. `(127.0.0.1)` or `(::1)`. **Statement definition:** (ipaddr ipaddr_id ip_address) **Where:**
|
The |
|
The IP address identifier. |
|
A correctly formatted IP address in IPv4 or IPv6 format. |
|
The |
|
The network interface name (e.g. |
|
The security context to be allocated to the network interface. A previously declared |
|
The security context to be allocated to packets. Note that these are defined but currently unused as the A previously declared |
|
The |
|
A previously declared |
|
A previously declared |
|
A previously declared |
|
The |
|
The protocol keyword |
|
A single port to apply the context, or a range of ports. The entries must consist of numerics |
|
A previously declared |