26 Commits

Author SHA1 Message Date
Tristan B. Velloza Kildaire
1c2b9858c6 tncattach
- Typo fix
2024-12-15 18:58:52 +02:00
Tristan B. Velloza Kildaire
005373b582 Fixed mtu stuff 2024-12-15 18:51:56 +02:00
Tristan Brice Velloza Kildaire
05bc0ae6ad tncattach
- Now parse IPv6 address and prefix in opt-args

TAP

- Removed parsing from here
2024-12-15 18:34:19 +02:00
Tristan Brice Velloza Kildaire
da4fea1bc6 tncattach
- Removed debug print
2024-12-15 18:13:18 +02:00
Tristan Brice Velloza Kildaire
439bce5e4d TAP
- Cleaned up
- Remove dneed for `link_local_v6`

tncattach

- Removed `link_local_v6`
2024-12-15 18:11:14 +02:00
Tristan Brice Velloza Kildaire
111621791a tncattach
- Added error handling for mtu with IPv6 support
2024-12-15 18:07:19 +02:00
Tristan Brice Velloza Kildaire
9272a16e52 TAP
- Now link-local and normal v6 can be requested independently

tncattach

- Added `--ll` mode to add link-local
2024-12-15 17:54:46 +02:00
Tristan Brice Velloza Kildaire
20ad1d2553 tncattach
- Removed global `netmask_v6` which is never used
2024-12-13 21:14:35 +02:00
Tristan Brice Velloza Kildaire
b8faf3ec0f tncattach
- Added `set_ipv6`, `ipv6_addr` and `netmask_v6` globals
- Added `--ipv6` option
- If `n` is specified (i.e. `--noipv6`) then bail out if the user specified IPv6 addressing with `--ipv6 <arg>`
- Added `6` parsing, this is for when we have an `--ipv6` and want to set the address
2024-12-13 21:12:31 +02:00
Mark Qvist
bb9ff10158 Version updated to 0.1.9 2020-09-28 11:39:28 +02:00
Mark Qvist
5129dda626 Argparse variable init. Fixes #4. 2020-09-28 11:18:02 +02:00
Mark Qvist
07eeed45f5 Cleaned up indentation 2020-06-24 14:22:42 +02:00
Mark Qvist
c2beeee944 Cleaned up TCP options 2020-06-24 14:15:49 +02:00
Valentin Saugnier
41086b2e0c Add TCP Kiss 2020-06-16 21:55:25 +02:00
Mark Qvist
1c7b30b995 Updated version number 2020-06-01 23:01:25 +02:00
Mark Qvist
a4f79f204b Fixed missing check when runnign without ID 2020-05-28 13:42:08 +02:00
Mark Qvist
a4b433e2f7 Implemented part 97 compliant auto-identification 2020-05-28 13:27:06 +02:00
Mark Qvist
bb045bc6d4 Increased logging in verbose mode 2020-05-28 12:34:46 +02:00
Mark Qvist
01a6fc1cd8 Increased logging in verbose mode 2020-05-28 12:20:07 +02:00
Mark Qvist
764746cc4c Fixed inadvertently setting interface flags when setting MTU 2020-05-28 11:32:46 +02:00
Mark Qvist
f6e12426d0 Implemented automatic station ID 2020-05-27 14:30:05 +02:00
Mark Qvist
506d4659a1 Updated makefile 2020-05-27 10:39:35 +02:00
Mark Qvist
6b5f7a50d9 Implemented daemon 2020-05-27 10:30:02 +02:00
Mark Qvist
85ebb3d7b1 Basic implementation done 2020-05-26 17:59:56 +02:00
Mark Qvist
f81f856a66 Serial driver and basic KISS interface implemented 2020-05-25 16:31:55 +02:00
Mark Qvist
a91ab8e5ea Initial commit 2020-05-25 13:29:33 +02:00