YaST2 Developers Documentation: Network configuration



functions
files
intro

Network configuration

include/network/lan/address.ycp
Network card adresss configuration dialogs

Imports

  • Arch
  • Detection
  • IP
  • Label
  • Lan
  • Netmask
  • NetworkDevices
  • Popup
  • ProductFeatures
  • Routing
  • Wizard

Includes

  • network/routines.ycp

Local Functions

Info:

Precedes AddressDialog. #81815: LCS eth interfaces on s390 need the MTU of 1492. We only know what we are working with at this point, not yet in Lan::Select or so. And because of dialog design it cannot be done in AddressDialog itself because there the user may want to change the value in a subdialog. (Backported from trunk where it is used for wlan, #63767)

local AddressDialog () -> any

Dialog for setting up IP address

Return value:
dialog result

YaST2 Developers Documentation