-
Notifications
You must be signed in to change notification settings - Fork 66
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Protocolary updates for release 4.1.9
- Loading branch information
Showing
18 changed files
with
52 additions
and
54 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -83,7 +83,7 @@ You might also want to see [contact info](https://nicmx.github.io/Jool/en/contac | |
|
||
``` | ||
Jool - SIIT and NAT64 for Linux | ||
Copyright (C) 2022 NIC Mexico <[email protected]> | ||
Copyright (C) 2023 NIC Mexico <[email protected]> | ||
This program is free software; you can redistribute it and/or | ||
modify it under the terms of the GNU General Public License | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
# Process this file with autoconf to produce a configure script. | ||
|
||
AC_PREREQ([2.68]) | ||
AC_INIT([Jool], [4.1.8], [[email protected]]) | ||
AC_INIT([Jool], [4.1.9], [[email protected]]) | ||
AC_CONFIG_SRCDIR([src/common/xlat.h]) | ||
AM_INIT_AUTOMAKE([subdir-objects]) | ||
LT_PREREQ([2.4.6]) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#include "db.h" | ||
#include "mod/common/db/pool4/db.h" | ||
|
||
#include <linux/hash.h> | ||
#include <linux/list.h> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
.\" Manpage for jool's session synchronization daemon. | ||
|
||
.TH joold 8 2022-03-20 v4.1.8 "NAT64 Jool's Session Synchronization Daemon" | ||
.TH joold 8 2023-01-25 v4.1.9 "NAT64 Jool's Session Synchronization Daemon" | ||
|
||
.SH NAME | ||
joold - Userspace Session Synchronization (SS) daemon for NAT64 Jool. | ||
|
@@ -17,7 +17,7 @@ Running the daemons is not enough to have successful session synchronization; SS | |
.SH AVAILABILITY | ||
Linux is the only OS in which this program makes sense. | ||
.br | ||
Kernels 4.4 and up. | ||
Kernels 4.9 and up. | ||
|
||
.SH SYNTAX | ||
.RI "joold [" FILE "]" | ||
|
@@ -159,7 +159,7 @@ If you want to mail us instead, use [email protected]. | |
To be perfectly honest, the main reason why fixing this isn't in the radar is because joold is giving me the impression that nobody is using it. | ||
|
||
.SH COPYRIGHT | ||
Copyright 2022 NIC Mexico. | ||
Copyright 2023 NIC Mexico. | ||
.br | ||
License: GPLv2 (GNU GPL version 2) | ||
.br | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
.\" Manpage for jool's userspace app. | ||
.\" Report bugs to [email protected]. | ||
|
||
.TH jool 8 2022-03-20 v4.1.8 "NAT64 Jool's Userspace Client" | ||
.TH jool 8 2023-01-25 v4.1.9 "NAT64 Jool's Userspace Client" | ||
|
||
.SH NAME | ||
jool - Interact with NAT64 Jool (the kernel module). | ||
|
@@ -14,7 +14,7 @@ NAT64 Jool is a kernel module you load into a Linux kernel. It implements RFC 61 | |
.SH AVAILABILITY | ||
Linux is the only OS in which this program makes sense. | ||
.br | ||
Kernels 4.4 and up. | ||
Kernels 4.9 and up. | ||
|
||
.SH SYNTAX | ||
.RI "jool [" <argp1> "] instance (" | ||
|
@@ -415,7 +415,7 @@ Our issue tracker is https://github.com/NICMx/Jool/issues. | |
If you want to mail us instead, use [email protected]. | ||
|
||
.SH COPYRIGHT | ||
Copyright 2022 NIC Mexico. | ||
Copyright 2023 NIC Mexico. | ||
.br | ||
License: GPLv2 (GNU GPL version 2) | ||
.br | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
.\" Manpage for jool's userspace app. | ||
.\" Report bugs to [email protected]. | ||
|
||
.TH jool_siit 8 2022-03-20 v4.1.8 "SIIT Jool's Userspace Client" | ||
.TH jool_siit 8 2023-01-25 v4.1.9 "SIIT Jool's Userspace Client" | ||
|
||
.SH NAME | ||
jool_siit - Interact with SIIT Jool (the kernel module). | ||
|
@@ -14,7 +14,7 @@ SIIT Jool is a kernel module you load into a Linux kernel. It implements RFC 791 | |
.SH AVAILABILITY | ||
Linux is the only OS in which this program makes sense. | ||
.br | ||
Kernels 4.4 and up. | ||
Kernels 4.9 and up. | ||
|
||
.SH SYNTAX | ||
.RI "jool_siit [" <argp1> "] instance (" | ||
|
@@ -321,7 +321,7 @@ Our issue tracker is https://github.com/NICMx/Jool/issues. | |
If you want to mail us instead, use [email protected]. | ||
|
||
.SH COPYRIGHT | ||
Copyright 2022 NIC Mexico. | ||
Copyright 2023 NIC Mexico. | ||
.br | ||
License: GPLv2 (GNU GPL version 2) | ||
.br | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,24 @@ | ||
#include "mod/common/dev.h" | ||
#include "mod/common/db/bib/db.h" | ||
#include "mod/common/db/pool4/db.h" | ||
#include "framework/unit_test.h" | ||
|
||
int foreach_ifa(struct net *ns, int (*cb)(struct in_ifaddr *, void const *), | ||
void const *args) | ||
{ | ||
return 0; | ||
} | ||
|
||
int bib_foreach(struct bib *db, l4_protocol proto, | ||
bib_foreach_entry_cb cb, void *cb_arg, | ||
const struct ipv4_transport_addr *offset) | ||
{ | ||
return broken_unit_call("bib_foreach"); | ||
} | ||
|
||
bool pool4db_contains(struct pool4 *pool, struct net *ns, l4_protocol proto, | ||
struct ipv4_transport_addr const *addr) | ||
{ | ||
broken_unit_call("pool4db_contains"); | ||
return false; | ||
} |