Lines Matching full:interface
12 interface. Administrative state is the result of "ip link set dev
16 However, an interface is not usable just because the admin enabled it
20 shows the ability of an interface to transmit this user data.
34 to be notified of updates while the interface is admin up. This is
37 These values contain interface state:
40 Interface is admin up
43 Interface is in RFC2863 operational state UP or UNKNOWN. This is for
45 flag to determine whether they should use the interface.
56 contains RFC2863 state of the interface in numeric representation:
59 Interface is in unknown state, neither driver nor userspace has set
60 operational state. Interface must be considered for user data as
68 Interface is unable to transfer data on L1, f.e. ethernet is not
69 plugged or interface is ADMIN down.
72 Interfaces stacked on an interface that is IF_OPER_DOWN show this
76 Interface is in testing mode, for example executing driver self-tests
81 Interface is L1 up, but waiting for an external event, f.e. for a
85 Interface is operational up and can be used.
137 IF_OPER_LOWERLAYERDOWN if the interface is stacked, IF_OPER_DOWN
153 Applications have to use the netlink interface to influence the
154 RFC2863 operational state of an interface. Setting IFLA_LINKMODE to 1
155 via RTM_SETLINK instructs the kernel that an interface should go to
174 - set interface back to IF_OPER_DORMANT if 802.1X reauthentication
183 considering the interface / querying a DHCP address.