diff options
author | ngie <ngie@FreeBSD.org> | 2016-06-11 01:34:41 +0000 |
---|---|---|
committer | ngie <ngie@FreeBSD.org> | 2016-06-11 01:34:41 +0000 |
commit | 0c9eaf192ac2599f05b45f55ee190fc9fab693df (patch) | |
tree | a19b7aa153ff9194c66bd617ac57c774f8bce885 | |
parent | 3ded2f82545e5c17bf235b22ce577b37ded4addd (diff) | |
download | FreeBSD-src-0c9eaf192ac2599f05b45f55ee190fc9fab693df.zip FreeBSD-src-0c9eaf192ac2599f05b45f55ee190fc9fab693df.tar.gz |
MFC r301683:
Fix typo with description for $ipv6_cpe_wanif (upstram -> upstream)
PR: 210146
-rw-r--r-- | etc/defaults/rc.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/defaults/rc.conf b/etc/defaults/rc.conf index af666cb..f8e4540 100644 --- a/etc/defaults/rc.conf +++ b/etc/defaults/rc.conf @@ -485,7 +485,7 @@ ipv6_static_routes="" # Set to static route list (or leave empty). # route toward loopback interface. #ipv6_route_xxx="fec0:0000:0000:0006:: -prefixlen 64 ::1" ipv6_gateway_enable="NO" # Set to YES if this host will be a gateway. -ipv6_cpe_wanif="NO" # Set to the upstram interface name if this +ipv6_cpe_wanif="NO" # Set to the upstream interface name if this # node will work as a router to forward IPv6 # packets not explicitly addressed to itself. ipv6_privacy="NO" # Use privacy address on RA-receiving IFs |