]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
similar test to raw VSA.
authorAlan T. DeKok <aland@freeradius.org>
Fri, 20 Jan 2017 00:52:52 +0000 (19:52 -0500)
committerAlan T. DeKok <aland@freeradius.org>
Fri, 20 Jan 2017 00:52:52 +0000 (19:52 -0500)
We're not sure what the results are until we fix the rest of the
code, but this is a good place-holder.

src/tests/keywords/ipaddr.raw [new file with mode: 0644]

diff --git a/src/tests/keywords/ipaddr.raw b/src/tests/keywords/ipaddr.raw
new file mode 100644 (file)
index 0000000..aa990eb
--- /dev/null
@@ -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
+}