All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.anarres.dhcp.v6.options.ClientIdOption Maven / Gradle / Ivy

There is a newer version: 1.0.9
Show newest version
/*
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */
package org.anarres.dhcp.v6.options;

/**
 * http://tools.ietf.org/html/rfc3315#section-22.2
 *
 * @author shevek
 */
public class ClientIdOption extends DuidOption {

    private static final short TAG = 1;

    @Override
    public short getTag() {
        return TAG;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy