From: Alan T. DeKok Date: Thu, 19 Jan 2017 22:33:39 +0000 (-0500) Subject: We SHOULD be able to parse this as a raw attribute. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0596636b136b4d36c9f496847ca73fdca1bddd5b;p=thirdparty%2Ffreeradius-server.git We SHOULD be able to parse this as a raw attribute. However, right now the code magically converts the LHS to PW_TYPE_VENDOR_SPECIFIC. And then gets a run-time error. Instead, it should leave the LHS alone, and just create a raw attribute. --- diff --git a/src/tests/keywords/vendor_specific_raw b/src/tests/keywords/vendor_specific_raw new file mode 100644 index 00000000000..8ff29461641 --- /dev/null +++ b/src/tests/keywords/vendor_specific_raw @@ -0,0 +1,8 @@ +# +# PRE: vendor_specific +# +# Tests for Vendor-Specific +# +update reply { + Attr-26 := 0x01020304 +}