You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

55 lines
1.2 KiB

  1. {
  2. "comment": {
  3. "description": "Sample full SIIT configuration.",
  4. "notes": [
  5. "192.0.2/24, 198.51.100/24 and 2001:db8::/32 are",
  6. "documentation blocks (RFC 5737 and RFC 3849), and you",
  7. "WILL need to change or remove them for your setup."
  8. ],
  9. "last update": "2022-02-09"
  10. },
  11. "instance": "sample-siit",
  12. "framework": "netfilter",
  13. "global": {
  14. "manually-enabled": true,
  15. "pool6": "2001:db8:0::/96",
  16. "lowest-ipv6-mtu": 1280,
  17. "logging-debug": false,
  18. "zeroize-traffic-class": false,
  19. "override-tos": false,
  20. "tos": 0,
  21. "mtu-plateaus": [
  22. 65535, 32000, 17914, 8166,
  23. 4352, 2002, 1492, 1006,
  24. 508, 296, 68
  25. ],
  26. "amend-udp-checksum-zero": false,
  27. "eam-hairpin-mode": "intrinsic",
  28. "randomize-rfc6791-addresses": true,
  29. "rfc6791v6-prefix": null,
  30. "rfc6791v4-prefix": null
  31. },
  32. "eamt": [
  33. {
  34. "comment": "Comments allowed here too.",
  35. "ipv6 prefix": "2001:db8:1::/128",
  36. "ipv4 prefix": "192.0.2.0"
  37. }, {
  38. "ipv6 prefix": "2001:db8:2::",
  39. "ipv4 prefix": "192.0.2.1/32"
  40. }, {
  41. "ipv6 prefix": "2001:db8:3::/124",
  42. "ipv4 prefix": "192.0.2.16/28"
  43. }
  44. ],
  45. "comment": "This comment is relevant to denylist4 maybe.",
  46. "denylist4": [
  47. "198.51.100.0",
  48. "198.51.100.2/32",
  49. "198.51.100.32/27"
  50. ]
  51. }