diff options
author | Ermal <eri@pfsense.org> | 2013-06-17 08:00:12 +0000 |
---|---|---|
committer | Ermal <eri@pfsense.org> | 2013-06-17 08:00:12 +0000 |
commit | 314b9b2c2eb9d787c937cdccbf6faa59a4557e10 (patch) | |
tree | 051cfb77722765ce5e0ad69f96642ff46526c098 /etc | |
parent | a432c1322d05c4639dab2ab836c011965bac934d (diff) | |
download | pfsense-314b9b2c2eb9d787c937cdccbf6faa59a4557e10.zip pfsense-314b9b2c2eb9d787c937cdccbf6faa59a4557e10.tar.gz |
Get interface from inet6 domain
Diffstat (limited to 'etc')
-rwxr-xr-x | etc/rc.newwanipv6 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.newwanipv6 b/etc/rc.newwanipv6 index 4f883d9..a9b17a5 100755 --- a/etc/rc.newwanipv6 +++ b/etc/rc.newwanipv6 @@ -61,7 +61,7 @@ log_error("rc.newwanipv6: Informational is starting {$argument}."); if(empty($argument)) { $interface = "wan"; - $interface_real = get_real_interface($interface); + $interface_real = get_real_interface($interface, "inet6"); $curwanipv6 = get_interface_ipv6($interface, true); } else { $interface_real = $argument; |