Lines Matching full:interface

12 # of them are bonded to serve as the netconsole's transmit interface. The
14 # network namespace, which acts as the receive interface, where socat monitors
66 echo "Failed to create bond TX interface. Is CONFIG_BONDING set?" >&2
74 # create_netdevsim() got the interface up, but it needs to be down
106 # and the other two will be bond to the RX interface (on the other namespace)
192 # BOND_TX1_SLAVE_IF is not attached to a bond interface anymore
196 # this should work, since the interface is not enslaved
209 # destination interface
227 # netconsole got disabled while the interface was down
239 # sub-interface need to be down before attaching to bonding
248 # netconsole got disabled while the interface was down
256 # Get netconsole enabled on a bonding interface and attach a second
257 # sub-interface.
269 echo "test failed: Netconsole should be enabled on bonding interface. Failed" >&2
281 echo "Failed to create veth TX interface. Is CONFIG_VETH set?" >&2
291 echo "test failed: veth interface could not be enslaved"
322 # Test #1 : Create an bonding interface and attach netpoll into
323 # the bonding interface. Netconsole/netpoll should work on
324 # the bonding interface.
326 echo "test #1: netpoll on bonding interface worked. Test passed" >&2
328 # Test #2: Attach netpoll to an enslaved interface
329 # Try to attach netpoll to an enslaved sub-interface (while still being part of
330 # a bonding interface), which shouldn't be allowed
332 echo "test #2: netpoll correctly rejected enslaved interface (expected behavior). Test passed." >&2
334 # Test #3: Unplug the sub-interface from bond and enable netconsole
335 # Detach the interface from a bonding interface and attach netpoll again
337 echo "test #3: Able to attach to an unbound interface. Test passed." >&2
339 # Test #4: Enslave a sub-interface that had netconsole enabled
340 # Try to enslave an interface that has netconsole/netpoll enabled.
343 echo "test #4: Enslaving an interface with netpoll attached. Test passed." >&2
345 # Test #5: Enslave a sub-interface to a bonding interface
346 # Enslave an interface to a bond interface that has netpoll attached
350 echo "test #5: Enslaving an interface to bond+netpoll. Test passed." >&2
352 # Test #6: Enslave a IFF_DISABLE_NETPOLL sub-interface to a bonding interface
353 # At this stage, BOND_TX_MAIN_IF has both sub interface and netconsole is
354 # enabled. This test will try to enslave an a veth (IFF_DISABLE_NETPOLL) interface