]> git.ipfire.org Git - people/stevee/network.git/commitdiff
bridge: Fix spacing in config list.
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 24 Jun 2012 12:34:52 +0000 (12:34 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 24 Jun 2012 12:34:52 +0000 (12:34 +0000)
hooks/zones/bridge
hooks/zones/bridge.configs/ipv4-dhcp
hooks/zones/bridge.configs/ipv4-static
hooks/zones/bridge.configs/ipv6-static

index e5cf9c78f88d7609d6beecd33995ee20e06e1ac4..526a5ae0402625cda108df575983aa433d4af04f 100755 (executable)
@@ -196,11 +196,11 @@ function _status() {
                cli_space
        fi
 
-       cli_headline 2 "Ports:"
+       cli_headline 2 "Ports"
        zone_ports_status ${zone}
        cli_space
 
-       cli_headline 2 "Configurations:"
+       cli_headline 2 "Configurations"
        zone_configs_cmd status ${zone}
        cli_space
 
index 903839b4bab650e4ea0d0fd6cecd678be7b6149f..63f99dc0200fb254d9d6a46ebc6d8d8ce143964f 100755 (executable)
@@ -106,6 +106,7 @@ function _status() {
        if isset gateway; then
                cli_print_fmt1 3 "Gateway" "${gateway}"
        fi
+       cli_space
 
        exit ${EXIT_OK}
 }
index d6ea3534f92076120d3f6bf7b42783a9e0a75faa..16361639b98bbf14a36bea9c6c86f6aad59f6d4e 100755 (executable)
@@ -131,6 +131,7 @@ function _status() {
        if [ -n "${GATEWAY}" ]; then
                cli_print_fmt1 3 "Gateway" "${GATEWAY}"
        fi
+       cli_space
 
        exit ${EXIT_OK}
 }
index 94f3bb6bd5465b475c60ef02232eaa261628b242..62e594843fc5fb2a29fab957267346d23c3f1165 100755 (executable)
@@ -132,6 +132,7 @@ function _status() {
        if [ -n "${GATEWAY}" ]; then
                echo "          Gateway: ${GATEWAY}"
        fi
+       cli_space
 
        exit ${EXIT_OK}
 }