mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Correct gateway for Ticket #2882 to the proper value as reported by: cmb
This commit is contained in:
parent
b40a44a626
commit
7b83f72384
@ -3450,7 +3450,7 @@ function interface_6rd_configure($interface = "wan", $wancfg) {
|
||||
/* create the long prefix notation for math, save the prefix length */
|
||||
$rd6prefix = explode("/", $wancfg['prefix-6rd']);
|
||||
$rd6prefixlen = $rd6prefix[1];
|
||||
$rd6brgw = rtrim($rd6prefix[0], ':') . ":{$wancfg['gateway-6rd']}";
|
||||
$rd6brgw = rtrim($rd6prefix[0], ':') . ":{$wancfg['gateway-6rd']}::";
|
||||
$rd6prefix = Net_IPv6::uncompress($rd6prefix[0]);
|
||||
|
||||
/* binary presentation of the prefix for all 128 bits. */
|
||||
|
||||
Loading…
Reference in New Issue
Block a user