Updated BgpManager for Be
[vpnservice.git] / bgpmanager / bgpmanager-api / src / main / java / org.opendaylight.bgpmanager.api / IBgpManager.java
index bf7153e10ebb620a978a4e8801159d52b530f412..3ffa33f2f29dfce9b467c20ed9876282a35e1e3c 100644 (file)
@@ -1,3 +1,11 @@
+/*
+ * Copyright (c) 2015 Ericsson India Global Services Pvt Ltd. and others.  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.bgpmanager.api;
 
 import java.util.Collection;
@@ -34,4 +42,13 @@ public interface IBgpManager {
      */
     public void deletePrefix(String rd, String prefix) throws Exception;
 
-}
\ No newline at end of file
+    /**
+     *
+     * @param fileName
+     * @param logLevel
+     */
+    public void setQbgpLog(String fileName, String logLevel) throws Exception;
+
+    public String getDCGwIP();
+
+}