mirror of https://github.com/toreanderson/clatd
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.
This commit is contained in:
parent
6f359a8d60
commit
54dd5ac854
|
|
@ -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<I-D.draft-byrne-v6ops-clatip>.
|
||||
The default address is one from I<RFC 7335>.
|
||||
|
||||
=item B<clat-v6-addr=ipv6-address> (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<I-D.draft-byrne-v6ops-clatip>.
|
||||
The default address is one from I<RFC 7335>.
|
||||
|
||||
=item B<v4-conncheck-enable=bool> (default: I<yes>)
|
||||
|
||||
|
|
@ -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
|
||||
|
|
|
|||
4
clatd
4
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?
|
||||
|
|
|
|||
Loading…
Reference in New Issue