From 54dd5ac854c2333d003e5b9be1c5ed306fc8dccc Mon Sep 17 00:00:00 2001 From: Tore Anderson Date: Sun, 5 Oct 2014 17:14:03 +0200 Subject: [PATCH] Replace I-D.draft-byrne-v6ops-clatip with RFC 7335 I-D.draft-byrne-v6ops-clatip has been published as RFC 7335, update documentation and comments accordingly. --- README.pod | 8 ++++---- clatd | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.pod b/README.pod index a8ec64c..fac656a 100644 --- a/README.pod +++ b/README.pod @@ -134,7 +134,7 @@ translator (a la I-D.draft-anderson-siit-dc), you might want to set this to the true external address used externally, so the the local applications can correctly identify which public address they'll be using on the IPv4 internet. -The default address is one from I. +The default address is one from I. =item B (default: auto-generated) @@ -231,7 +231,7 @@ ICMPv4 errors back to the host (i.e., it will show up as the first hop when tracerouting to IPv4 destinations), and you may also ping it to verify that the TAYGA process is still alive and well. -The default address is one from I. +The default address is one from I. =item B (default: I) @@ -321,8 +321,8 @@ a beer in return. If you really like it, make it an IPA. ip(8), ip6tables(8), tayga(8), tayga.conf(5) -RFC 6052, RFC 6145, RFC 6146, RFC 6877, RFC 7050 +RFC 6052, RFC 6145, RFC 6146, RFC 6877, RFC 7050, RFC 7335 -I-D.anderson-siit-dc, I-D.byrne-v6ops-clatip +I-D.anderson-siit-dc =cut diff --git a/clatd b/clatd index f9aadf9..02cdd7f 100755 --- a/clatd +++ b/clatd @@ -21,7 +21,7 @@ my %CFG; $CFG{"quiet"} = 0; # suppress normal output $CFG{"debug"} = 0; # debugging output level $CFG{"clat-dev"} = "clat"; # TUN interface name to use -$CFG{"clat-v4-addr"} = "192.0.0.1"; # from I-D.draft-byrne-v6ops-clatip +$CFG{"clat-v4-addr"} = "192.0.0.1"; # from RFC 7335 $CFG{"clat-v6-addr"} = undef; # derive from existing SLAAC addr $CFG{"dns64-servers"} = undef; # use system resolver by default $CFG{"cmd-ip"} = "ip"; # assume in $PATH @@ -33,7 +33,7 @@ $CFG{"plat-dev"} = undef; # PLAT-facing device, default detect $CFG{"plat-prefix"} = undef; # detect using DNS64 by default $CFG{"proxynd-enable"} = 1; # add proxy-nd entry for clat? $CFG{"tayga-conffile"} = undef; # make a temporary one by default -$CFG{"tayga-v4-addr"} = "192.0.0.2"; # from I-D.draft-byrne-v6ops-clatip +$CFG{"tayga-v4-addr"} = "192.0.0.2"; # from RFC 7335 $CFG{"v4-conncheck-enable"} = 1; # exit if there's already a defroute $CFG{"v4-conncheck-delay"} = 10; # seconds before checking for v4 conn. $CFG{"v4-defaultroute-enable"} = 1; # add a v4 defaultroute via the CLAT?