Managing Network Datalinks in Oracle® Solaris 11.2

Exit Print View

Updated: September 2014
 
 

How to Delete a Bridge From the System

  1. Become an administrator.

    For more information, see Using Your Assigned Administrative Rights in Securing Users and Processes in Oracle Solaris 11.2 .

  2. Remove any links attached to the bridge.
    # dladm remove-bridge [-l link]... bridge-name
  3. Delete the bridge from the system.
    # dladm delete-bridge bridge-name
Example 4-5  Deleting a Bridge From the System

The following example shows how to remove the net0, net1, and net2 links from the coronado bridge, and then delete the bridge itself from the system.

# dladm remove-bridge -l net0 -l net1 -l net2 coronado
# dladm delete-bridge coronado