From: Alan T. DeKok Date: Fri, 20 Jan 2017 00:52:52 +0000 (-0500) Subject: similar test to raw VSA. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0ac574a513d36706c55333cf10695954871cac7e;p=thirdparty%2Ffreeradius-server.git similar test to raw VSA. We're not sure what the results are until we fix the rest of the code, but this is a good place-holder. --- diff --git a/src/tests/keywords/ipaddr.raw b/src/tests/keywords/ipaddr.raw new file mode 100644 index 00000000000..aa990eb059d --- /dev/null +++ b/src/tests/keywords/ipaddr.raw @@ -0,0 +1,14 @@ +# +# PRE: update if +# +update control { + Cleartext-Password := 'hello' + reply:Filter-Id := "filter" +} + +# +# Malformed NAS-IP-Address +# +update request { + Attr-4 = 0x010203 +}