-
Notifications
You must be signed in to change notification settings - Fork 70
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #99 from fgont/v2.2
Fix version inconsistencies
- Loading branch information
Showing
6 changed files
with
20 additions
and
24 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 |
---|---|---|
@@ -1,17 +1,6 @@ | ||
CREDITS | ||
------- | ||
|
||
** Contributors ** | ||
|
||
The following people sent patches that were incorporated into this release | ||
of the toolkit: | ||
|
||
Jeroen Roovers | ||
Alexander Bluhm <[email protected]> | ||
Leonard Marschke <[email protected]> | ||
Linus Lüssing <[email protected]> | ||
Josh Brobst <[email protected]> | ||
|
||
** Package maintainers ** | ||
|
||
Availability of packages for different operating systems makes it easier for | ||
|
@@ -56,7 +45,11 @@ of the toolkit: | |
Alexander Bluhm <[email protected]> | ||
Alistair Crooks <[email protected]> | ||
Declan A Rieb <[email protected]> | ||
|
||
Jeroen Roovers | ||
Josh Brobst <[email protected]> | ||
Leonard Marschke <[email protected]> | ||
Linus Lüssing <[email protected]> | ||
|
||
** Troubleshooting/Debugging ** | ||
|
||
Spotting bugs in networking tools can be tricky, since at times they only show | ||
|
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,3 +1,3 @@ | ||
#define SI6_TOOLKIT "SI6 Networks' IPv6 Toolkit (current)" | ||
#define SI6_TOOLKIT "SI6 Networks' IPv6 Toolkit 2.2" | ||
#define MAX_CMDLINE_OPT_LEN 40 | ||
#define DATE_STR_LEN 40 |
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 |
---|---|---|
|
@@ -29,7 +29,7 @@ | |
# | ||
# Please send any bug reports to Fernando Gont <[email protected]> | ||
|
||
$SI6_TOOLKIT="SI6 Networks IPv6 Toolkit (current)"; | ||
$SI6_TOOLKIT="SI6 Networks IPv6 Toolkit 2.2"; | ||
$SCRIPT6="script6: A tool to make complex IPv6 tasks easy"; | ||
$USAGE="\ | ||
Usage: script6 COMMAND [PARAMETERS] | ||
|