
functions
files
intro
|
|
Network configuration |
include/network/services/routing.ycp |
Routing configuration dialogs |
|
|
Routing configuration dialogs
Imports
- IP
- Label
- Netmask
- Popup
- Routing
- Wizard
Includes
Local Functions
|
|
|
local RoutingMainDialog (boolean standalone) -> any
|
|
Main routing dialog
- Parameters:
standalone |
true if not run from another ycp client |
- Return value:
local RoutingEditDialog (integer id, term entry, list devs) -> term
|
|
Route edit dialog
- Parameters:
id |
id of the edited route |
entry |
edited entry |
devs |
available devices |
- Return value:
|
route or nil, if canceled |
local RoutingModified (string defgw) -> boolean
|
|
Check if internal data differ from the dialog values
- Parameters:
defgw |
current default gw widget contents |
- Return value:
|