equivalent for ifconfig dev 0.0.0.0
When I need to create a temporary bridge with interface on Linux I would use the following: brctl addbr br0 brctl addif br0 eth0 ifconfig eth0 0.0.0.0 ifconfig br0 192.168.10.100 netmask 255.255.255.0 ifconfig br0 up I have been updating my process to use the ip command, However, I do not find the equivalent for removing the IP stack (ifconfig eth0 0.0.0.0)