Managing Network Datalinks in Oracle® Solaris 11.2

Exit Print View

Updated: September 2014
 
 

Removing Links From a Bridge

Before you delete any bridge, all of its links must first be removed. To remove links, use the following command:

# dladm remove-bridge [-l link]... bridge-name

The following example shows how to remove the net0, net1, and net2 links from the bridge charles.

# dladm remove-bridge -l net0 -l net1 -l net2 charles