aboutsummaryrefslogtreecommitdiffstats
path: root/community/jool-tools/jool_siit.conf
blob: 627827781ff5379aff922b729ab4c1a94cb15dfb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
  "comment": "Sample configuration for the SIIT Jool service.",

  "instance": "default",
  "framework": "netfilter",

  "global": {
    "comment": "Sample pool6 prefix",
    "pool6": "2001:db8:aaaa::/96"
  },

  "comment": "Sample EAM table",
  "eamt": [
    {
      "ipv6 prefix": "2001:db8:bbbb::",
      "ipv4 prefix": "192.0.2.0"
    }, {
      "ipv6 prefix": "2001:db8:cccc::/120",
      "ipv4 prefix": "203.0.113.0/24"
    }
  ]
}