mirror of
https://github.com/CumulusNetworks/ifupdown2.git
synced 2024-05-06 15:54:50 +00:00
Ticket: CM-13044 Reviewed By: Roopa, Nikhil G, Daniel W, Testing Done: For some reason we can't simply write into a file when we want to purge the ifalias, we have to exec a command. I wasn't able to make it work in any other way. add an alias to an interface, ifreload, ip link show interface modify it, ifreload, ip link show interface remove it, ifreload, ip link show interface Signed-off-by: Julien Fortin <julien@cumulusnetworks.com>