8000 Releases · toreanderson/clatd · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: toreanderson/clatd

clatd version 2.1.0

21 Mar 07:53
v2.1.0
5e085f1
Compare
Choose a tag to compare

What's Changed

New feature:

  • Support for RFC 8781 PLAT prefix discovery through the PREF64 Router Advertisement option. Relies on systemd-networkd's support for the same being enabled. (See issue #32.)

Bugfixes:

  • Create any missing leading directories in the Makefile's install target. (See pull request #47, thanks @DanielG!)
  • Apply metadata mark earlier in the nftables pipeline. This makes clatd interoperate with the IPv6 reverse path filtering as implemented by NixOS. (See pull request #49, thanks @jmbaur!)

New Contributors

Full Changelog: v2.0.0...v2.1.0

clatd version 2.0.0

09 Feb 10:05
v2.0.0
1c4ca68
Compare
Choose a tag to compare

What's Changed

  • by default, clatd will re-use the host's IPv6 address, removing the previous requirement for a dedicated IPv6 address
  • clatd will no longer add ip6tables rules
  • clatd will add UFW firewall rules by default
  • add fallback prefix in #30
  • add instantiated systemd unit in #29
  • add ifupdown integration in #31
  • Print correct exit code after unsuccessful commands in cmd() by @gregbo in #35
  • Add nat46 in-kernel translator support by @oskar456 in #36
  • SystemD service: ensure service starts after DNS queries (e.g. ipv4only.arpa) can be resolved. by @jivanpal in #45

Full Changelog: v1.6...v2.0.0

clatd version 1.6

05 Mar 10:41
v1.6
Compare
Choose a tag to compare

clatd version 1.5

20 May 08:26
v1.5
66e1e5f
Compare
Choose a tag to compare
  • Fixes compatibility with recent Linux kernels in get_plat_dev().

clatd version 1.4

23 Oct 11:54
Compare
Choose a tag to compare

Implements the following new features / config settings:

  • script-up/script-down: Allows the invokation of custom user scripts as clatd
    is starting up/shutting down.
  • v4-defaultroute-replace: When enabled, will make clatd replace any
    pre-existing IPv4 default routes while starting up, and restore them when
    shutting down.
  • v4-defaultroute-advmss: Allows for customisation of the "advmss" attribute of
    the IPv4 default route added via the CLAT. The default value is set to
    v4-defaultroute-mtu minus 40 (fixes #4).

clatd version 1.3

23 Oct 11:56
Compare
Choose a tag to compare
v1.3

v1.3: new licence => new release

clatd version 1.2

23 Oct 11:56
Compare
Choose a tag to compare
Generate random IIDs if no EUI-64 address is found

This allows clatd to work correctly on 3GPP mobile networks, where the
IID is assigned from the network, rather than being generated using
EUI-64. We still prefer the old method, though, the random one is only
used if no EUI-64 address exists on the PLAT device. Update docs
accordingly.

Also upgrade docs to better describe usage as a SIIT-DC Host Agent.

clatd version 1.1

22 Mar 00:52
Compare
Choose a tag to compare

This release improves the CLAT IPv6 address auto-generation logic, fixing issue #1.

clatd version 1.0

11 Mar 00:33
Compare
Choose a tag to compare

Intitial release.

0