]> git.ipfire.org Git - thirdparty/strongswan.git/commit
link-local-ts: Plugin that adds a VIP-based IPv6 link-local address to the remote TS link-local-ts
authorTobias Brunner <tobias@strongswan.org>
Tue, 19 Nov 2019 17:35:50 +0000 (18:35 +0100)
committerTobias Brunner <tobias@strongswan.org>
Tue, 19 Nov 2019 17:59:04 +0000 (18:59 +0100)
commit73502a5310161181c6fb745fd5aadb7e4ef1b8bd
tree5414ec0c9faf8ee2bccaa56b50b803596e978962
parentec2d2e4e5f8b07a4fcfb302c93b3836c30613ecd
link-local-ts: Plugin that adds a VIP-based IPv6 link-local address to the remote TS

Windows clients apparently rely on Neighbor Discovery (Router
Advertisements) to install routes for IPv6.  So this alone will not be
enough to make this work.  It requires a tool like `radvd` to actually
send such messages to the clients.

Also, if multiple pools are used, they have to differ in the last 64
bits to avoid assigning duplicate link-local addresses.

 #817
configure.ac
src/libcharon/Makefile.am
src/libcharon/plugins/link_local_ts/Makefile.am [new file with mode: 0644]
src/libcharon/plugins/link_local_ts/link_local_ts_narrow.c [new file with mode: 0644]
src/libcharon/plugins/link_local_ts/link_local_ts_narrow.h [new file with mode: 0644]
src/libcharon/plugins/link_local_ts/link_local_ts_plugin.c [new file with mode: 0644]
src/libcharon/plugins/link_local_ts/link_local_ts_plugin.h [new file with mode: 0644]