]> git.ozlabs.org Git - ppp.git/blobdiff - pppd/plugins/radius/dict.c
Add pkgconfig support to PPP project (#270)
[ppp.git] / pppd / plugins / radius / dict.c
index 72b3e708cb20718c897d3d3bc1cfd377a15c6071..3b2add2ae4e7cbc7fe84b67b83a3722d4b8e6f73 100644 (file)
@@ -158,6 +158,18 @@ int rc_read_dictionary (char *filename)
                        {
                                type = PW_TYPE_DATE;
                        }
+                       else if (strcmp (typestr, "ifid") == 0)
+                       {
+                               type = PW_TYPE_IFID;
+                       }
+                       else if (strcmp (typestr, "ipv6addr") == 0)
+                       {
+                               type = PW_TYPE_IPV6ADDR;
+                       }
+                       else if (strcmp (typestr, "ipv6prefix") == 0)
+                       {
+                               type = PW_TYPE_IPV6PREFIX;
+                       }
                        else
                        {
                                error("rc_read_dictionary: invalid type on line %d of dictionary %s",