packages/net/jool/files
Felix Fietkau bcd0f538f2 jool: add hotplug script to disable fraglist GRO
The kernel module translation code cannot deal with it

Signed-off-by: Felix Fietkau <nbd@nbd.name>
2024-10-04 12:03:00 +02:00
..
jool-disable-fraglist-gro.sh jool: add hotplug script to disable fraglist GRO 2024-10-04 12:03:00 +02:00
jool-nat64.conf.json jool: update default config 2022-02-10 19:32:38 -08:00
jool-siit.conf.json jool: update default config 2022-02-10 19:32:38 -08:00
jool.config
jool.init
readme.md jool: update documentation 2024-04-26 15:46:37 +08:00

readme.md

Jool

Documentation

See here.

You might also want to see contact info.

Usage

Start script

This package includes a start script that will:

  1. Read the configuration file /etc/config/jool
  2. Determine what services are active
  3. Run jool with procd

For now this means that

  • The services will be disabled by default in the uci config (/etc/config/jool)
  • The only uci configuration support available for the package is to enable or disable each instance or the entire deamon
  • There is no uci support and configuration will be saved at /etc/jool/
  • Only one instance of jool(nat64) can run with the boot script
  • Only one instance of jool(siit) can run with the boot script
  • For now there is no way of overriding of the configuration file's paths

The configuration files the startup script uses for each jool instance are:

  • jool(nat64): /etc/jool/jool-nat64.conf.json
  • jool(siit): /etc/jool/jool-siit.conf.json

OpenWrt tutorial

For a more detailed tutorial refer to this wiki page.