]> git.ipfire.org Git - people/ms/network.git/blobdiff - src/functions/functions.ports
zone: Fix immediate attachment of ethernet ports to a bridge
[people/ms/network.git] / src / functions / functions.ports
index cfe9b50e6d8e203ca19e7a40349a891bd768b59e..1edd1c30b24c11579e0a866282abd3e7d46d71ce 100644 (file)
@@ -151,6 +151,10 @@ function port_is_attached() {
        return ${EXIT_ERROR}
 }
 
+function port_is_up() {
+       device_is_up $@
+}
+
 function port_new() {
        #local port=${1}
        #shift