diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2013-03-22 23:52:01 +0100 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2013-03-22 23:52:01 +0100 |
commit | 8f72ba4aff3b7659617e1fd27f96d4b4d1a57af9 (patch) | |
tree | 6f626a9406ff042b3f47d8e96981fd8cc47ad80a | |
parent | 9fa9f68d8d5cd2c51a8693629a4d475a22a19e04 (diff) | |
download | strongswan-8f72ba4aff3b7659617e1fd27f96d4b4d1a57af9.tar.bz2 strongswan-8f72ba4aff3b7659617e1fd27f96d4b4d1a57af9.tar.xz |
Added Framed-IP-Address information to RADIUS accounting records
-rw-r--r-- | testing/tests/ikev2/rw-radius-accounting/hosts/carol/etc/ipsec.conf | 1 | ||||
-rw-r--r-- | testing/tests/ikev2/rw-radius-accounting/hosts/moon/etc/ipsec.conf | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/testing/tests/ikev2/rw-radius-accounting/hosts/carol/etc/ipsec.conf b/testing/tests/ikev2/rw-radius-accounting/hosts/carol/etc/ipsec.conf index 881971e80..438e1c14c 100644 --- a/testing/tests/ikev2/rw-radius-accounting/hosts/carol/etc/ipsec.conf +++ b/testing/tests/ikev2/rw-radius-accounting/hosts/carol/etc/ipsec.conf @@ -15,6 +15,7 @@ conn home leftid=carol@strongswan.org leftauth=eap leftfirewall=yes + leftsourceip=%config,%config6 eap_identity=carol right=PH_IP_MOON rightid=@moon.strongswan.org diff --git a/testing/tests/ikev2/rw-radius-accounting/hosts/moon/etc/ipsec.conf b/testing/tests/ikev2/rw-radius-accounting/hosts/moon/etc/ipsec.conf index 8ce1721f5..7d4f94f48 100644 --- a/testing/tests/ikev2/rw-radius-accounting/hosts/moon/etc/ipsec.conf +++ b/testing/tests/ikev2/rw-radius-accounting/hosts/moon/etc/ipsec.conf @@ -19,6 +19,7 @@ conn rw-eap rightid=*@strongswan.org rightsendcert=never rightauth=eap-radius + rightsourceip=10.3.0.0/24,fec3::0/120 eap_identity=%any right=%any auto=add |