Merge pull request #3005 from phil-davis/patch-4

This commit is contained in:
Stephen Beaver 2016-06-22 11:44:55 -04:00
commit 8a63f7f072

View File

@ -1497,8 +1497,10 @@ events.push(function() {
hideInput('local_networkv6', true);
hideInput('topology', true);
} else {
hideInput('local_network', false);
hideInput('local_networkv6', false);
// For tunnel mode that is not shared key,
// the display status of local network fields depends on
// the state of the gwredir checkbox.
gwredir_change();
hideInput('topology', false);
}
break;