Add INFO.yaml for GBP
[groupbasedpolicy.git] / renderers / vpp / src / main / java / org / opendaylight / groupbasedpolicy / renderer / vpp / lisp / util / Constants.java
1 /*
2  * Copyright (c) 2016 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 package org.opendaylight.groupbasedpolicy.renderer.vpp.lisp.util;
9
10 public class Constants {
11     public static final String METADATA_IP = "169.254.169.254";
12     public static final String ROUTING_PROTOCOL_NAME_PREFIX = "static-routing-";
13     public static final String DEFAULT_ROUTING_DESCRIPTION = "Static route added from GBP for flat L3 overlay";
14     public static final String GW_NAME_PREFIX = "loop-";
15     public static final String GPE_ENTRY_PREFIX = "gpe-entry-";
16     public static final String TENANT_INTERFACE = "tenant-interface";
17
18 }