]> git.ipfire.org Git - people/ms/network.git/commitdiff
6rd: Change cmdline option to public-ipv4-address.
authorStefan Schantl <stefan.schantl@ipfire.org>
Sat, 11 May 2013 18:29:53 +0000 (18:29 +0000)
committerStefan Schantl <stefan.schantl@ipfire.org>
Sat, 11 May 2013 18:29:53 +0000 (18:29 +0000)
I change the command line option for the public IPv4 address from "--public-address" to
"--public-ipv4-address" to clarify the required input data.

hooks/zones/6rd

index 4c5999cbafbbb18ea0558afa94fcbba05d85b945..8dc94a8834bac188c18db92ef26785bd3fbc1e94 100755 (executable)
@@ -84,7 +84,7 @@ function hook_parse_cmdline() {
                        --local-ipv4-address=*)
                                LOCAL_ADDRESS=$(cli_get_val ${1})
                                ;;
-                       --public-address=*)
+                       --public-ipv4-address=*)
                                PUBLIC_ADDRESS=$(cli_get_val ${1})
                                ;;
                        *)