#
# This OID is known, but the data is malformed.
-# This is disallowed. Fix the configuration so that
-# it works.
+# Allow it so that we can look for malformed attributes
+# in packets.
#
condition &Attr-26.24757.84.9.5.7 == 0x1a99
-data ERROR offset 27 Failed to parse value for attribute
+data &Attr-26.24757.84.9.5.7 == 0x1a99
# This one is really unknown
condition &Attr-26.24757.84.9.5.15 == 0x1a99
#
# 'Unknown' attributes which are defined in the main dictionary
# should be resolved to their real names.
-condition &Attr-1 == 'bar'
-data &User-Name == 'bar'
+condition &Attr-1 == 0x616263
+data &User-Name == 'abc'
-condition &Vendor-11344-Attr-1 == 127.0.0.1
+condition &Vendor-11344-Attr-1 == 0x7f000001
data &FreeRADIUS-Proxied-To == 127.0.0.1
-condition &FreeRADIUS-Attr-1 == 127.0.0.1
+condition &FreeRADIUS-Attr-1 == 0x7f000001
data &FreeRADIUS-Proxied-To == 127.0.0.1
#