]> git.ipfire.org Git - thirdparty/strongswan.git/commit
eap-radius: Add support to specify and bind a specific source address
authorTobias Brunner <tobias@strongswan.org>
Thu, 16 Jan 2025 10:02:13 +0000 (11:02 +0100)
committerTobias Brunner <tobias@strongswan.org>
Fri, 28 Feb 2025 15:16:48 +0000 (16:16 +0100)
commit57703fa0892e8fac9b132bcf504c00eca53e6aeb
treed42dd12c2f92f8d8cf65749339db8594385481a0
parentc3ae859b9b0079929f82be1db4116fd0fbee6cb3
eap-radius: Add support to specify and bind a specific source address

Using a specific address can be useful in scenarios where dynamic routing
could change the path to the RADIUS server and a changing source address
is a problem for the server.

Closes strongswan/strongswan#2598
conf/plugins/eap-radius.opt
src/libcharon/plugins/eap_radius/eap_radius_plugin.c
src/libradius/radius_config.c
src/libradius/radius_config.h
src/libradius/radius_socket.c
src/libradius/radius_socket.h