Vendor Class and Vendor Specific Options for ISC

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Vendor Class and Vendor Specific Options for ISC

Sumant Gupta
Hi,

I am using ISC dhcpv6 server version 4.3.5 on Ubuntu.
My server config. file dhcpd6.conf has these lines:
       option dhcp6.vendor-opts
           00:00:XX:XX:   # where XX:XX is the enterprise-number
            00:01:00:0c:
                48:65:6c:6c:6f:20:77:6f:72:6c:64:21;

My client is sending OPTION_VENDOR_CLASS(16) to server with the correct enterprise-number, but the isc dhcp server doesn't send the data that is part of dhcp6.vendor-opts(in option 17) in the config. file.

Can somebody please let me know if I am missing something here ?

I also went through the code in Tables.c
#if 0
    /* XXX: user-class contents are of the form "StA" where the
     * integer describes the length of the text field.  We don't have
     * an atom for pre-determined-length octet strings yet, so we
     * can't quite do these two.
     */
    { "user-class", "X",            &dhcpv6_universe, 15, 1 },
    { "vendor-class", "X",            &dhcpv6_universe, 16, 1 },
#endif

Does this mean the server doesn't parse option 16 ?
Regards

_______________________________________________
dhcp-users mailing list
[hidden email]
https://lists.isc.org/mailman/listinfo/dhcp-users