NAME
spock.node_drop_interface()
SYNOPSIS
spock.node_drop_interface (node_name name, interface_name name)
DESCRIPTION
Drop an interface from a spock node.
EXAMPLE
spock.node_drop_interface (n1 n1_2 demo)
POSITIONAL ARGUMENTS
node_name
The name of the node. Example: n1
interface_name
The interface name (the named DSN created with `spock node-add-interface`) to remove from the node. Example: n1_2