org.opensuse.Network.PPP
Namespace
Methods
- interface:callback-info linkUp(dict request)
-
Argument request is mapped to element <link> of the device document.
It is a dict-based type that provides the following members:
- interface:callback-info linkDown()
-
- void deleteDevice()
-
Types defined in this scope
Type name |
Kind |
Definition |
linkinfo | dict | below |
Type linkinfo
This is a dict-based type that provides the following members:
- mru (uint32).
- auth (dict). This is a dict-based type that provides the following members:
- protocol (uint32). This is a uint32 enumerated type, which can take the following values:
- pap (0)
- chap (1)
- ms-chap (2)
- ms-chapv2 (3)
- eap (4)
- hostname (string).
- user (string). This is a string
- password (string). This is a string
- number (string).
- idle-timeout (uint32).