Send dhcp-users mailing list submissions to
        dhcp-users@lists.isc.org

To subscribe or unsubscribe via the World Wide Web, visit
        https://lists.isc.org/mailman/listinfo/dhcp-users
or, via email, send a message with subject or body 'help' to
        dhcp-users-requ...@lists.isc.org

You can reach the person managing the list at
        dhcp-users-ow...@lists.isc.org

When replying, please edit your Subject line so it is more specific
than "Re: Contents of dhcp-users digest..."


Today's Topics:

   1. dhclient doesn't sent user-class option (Joshua Schaeffer)


----------------------------------------------------------------------

Message: 1
Date: Mon, 24 Jul 2017 09:17:57 -0600
From: Joshua Schaeffer <jschaeffer0...@gmail.com>
To: dhcp-users@lists.isc.org
Subject: dhclient doesn't sent user-class option
Message-ID: <512f90f7-3c79-6b00-5dcd-819cf3a25...@gmail.com>
Content-Type: text/plain; charset=utf-8

I'm using dhclient 4.3.5 and trying to send my DHCP server the user-class 
option in IPv6 (option 15). It appears that dhclient is currently not 
configured to support this option and I was looking for any context surrounding 
the development of this. I found this in tables.c in the code:

    #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

What is "form StA"? When it mentions an atom, is this just referencing an 
atomic type? Is there any roadmap/ETA on when these two codes would be 
supported?

Thanks,
Joshua Schaeffer


------------------------------

Subject: Digest Footer

_______________________________________________
dhcp-users mailing list
dhcp-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/dhcp-users

------------------------------

End of dhcp-users Digest, Vol 105, Issue 23
*******************************************

Reply via email to