org.opendaylight.lispflowmapping.lisp.util.Constants Maven / Gradle / Ivy
/*
* Copyright (c) 2017 Cisco Systems, Inc. All rights reserved.
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License v1.0 which accompanies this distribution,
* and is available at http://www.eclipse.org/legal/epl-v10.html
*/
package org.opendaylight.lispflowmapping.lisp.util;
/**
* Constants that we can/need to use in several places throughout the project.
*
* @author Lorand Jakab
*
*/
public interface Constants {
int INET6_ADDRSTRLEN = 46;
// TODO Move constants from other files that don't clearly belong there into this file.
}