Lines Matching full:interface
5 interface. Administrative state is the result of "ip link set dev
9 However, an interface is not usable just because the admin enabled it
13 shows the ability of an interface to transmit this user data.
28 These values contain interface state:
31 Interface is admin up
33 Interface is in RFC2863 operational state UP or UNKNOWN. This is for
35 flag to determine whether they should use the interface.
43 contains RFC2863 state of the interface in numeric representation:
46 Interface is in unknown state, neither driver nor userspace has set
47 operational state. Interface must be considered for user data as
53 Interface is unable to transfer data on L1, f.e. ethernet is not
54 plugged or interface is ADMIN down.
56 Interfaces stacked on an interface that is IF_OPER_DOWN show this
61 Interface is L1 up, but waiting for an external event, f.e. for a
64 Interface is operational up and can be used.
109 IF_OPER_LOWERLAYERDOWN if the interface is stacked, IF_OPER_DOWN
124 Applications have to use the netlink interface to influence the
125 RFC2863 operational state of an interface. Setting IFLA_LINKMODE to 1
126 via RTM_SETLINK instructs the kernel that an interface should go to
145 -set interface back to IF_OPER_DORMANT if 802.1X reauthentication
154 considering the interface / querying a DHCP address.