Lorenzo Colitti | 9808952 | 2014-10-09 22:29:45 +0900 | [diff] [blame] | 1 | # Host IID to use as the source of CLAT traffic. |
| 2 | # This is a /128 taken out of the /64 on the parent interface. |
| 3 | # A host IID of :: means to generate a checksum-neutral, random IID. |
| 4 | ipv6_host_id :: |
Daniel Drown | a45056e | 2012-03-23 10:42:54 -0500 | [diff] [blame] | 5 | |
Lorenzo Colitti | 798f993 | 2014-10-31 21:54:33 +0900 | [diff] [blame] | 6 | # IPv4 address configuration to use when selecting a host address. The first |
| 7 | # clat daemon started will use the address specified by ipv4_local_subnet. If |
| 8 | # more than one daemon is run at the same time, subsequent daemons will use |
| 9 | # other addresses in the prefix of length ipv4_local prefixlen that contains |
| 10 | # ipv4_local_subnet. The default is to use the IANA-assigned range 192.0.0.0/29, |
| 11 | # which allows up to 8 clat daemons (.4, .5, .6, .7, .0, .1, .2, .3). |
Lorenzo Colitti | d6ef91b | 2013-02-26 09:44:17 +0900 | [diff] [blame] | 12 | ipv4_local_subnet 192.0.0.4 |
Lorenzo Colitti | 798f993 | 2014-10-31 21:54:33 +0900 | [diff] [blame] | 13 | ipv4_local_prefixlen 29 |