YaST2 Developers Documentation: Network configuration

Network configuration

include/network/services/routing.ycp
Routing configuration dialogs

This module has an unstable interface.

Routing configuration dialogs

Imports

  • IP
  • Label
  • Netmask
  • Popup
  • Routing
  • Wizard

Includes

  • network/routines.ycp

Local Functions

local RoutingMainDialog (boolean standalone) -> any

Main routing dialog

Parameters:
standalone true if not run from another ycp client
Return value:
dialog result
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:
true if differ