Add match support for nsh_flags and nsh_ttl
[openflowplugin.git] / extension / openflowjava-extension-nicira-api / src / main / java / org / opendaylight / openflowjava / nx / api / NiciraConstants.java
1 /*
2  * Copyright (c) 2014, 2015 Cisco Systems, Inc. and others.  All rights reserved.
3  *
4  * This program and the accompanying materials are made available under the
5  * terms of the Eclipse Public License v1.0 which accompanies this distribution,
6  * and is available at http://www.eclipse.org/legal/epl-v10.html
7  */
8
9 package org.opendaylight.openflowjava.nx.api;
10
11 public final class NiciraConstants {
12
13     public static final Long NX_VENDOR_ID = 0x00002320L;
14
15     public static final Long NX_NSH_VENDOR_ID = 0x005AD650L;
16
17     private NiciraConstants() {}
18
19 }