yast2 |
modules/Address.ycp |
Address manipulation routines |
|
|
Address is a hostname (either FQ or simple, or IP address)
Imports
Global Functions
|
|
|
global Valid4 () -> string
|
|
- Return value:
|
a description of a valid address (ip4 or name) |
global Check4 (string address) -> boolean
|
|
Check syntax of a network address (ip4 or name)
- Parameters:
- Return value:
global Check6 (string address) -> boolean
|
|
Check syntax of a network address (ip6 or name)
- Parameters:
- Return value:
global Check (string address) -> boolean
|
|
Check syntax of a network address (IP address or hostname)
- Parameters:
- Return value:
|