From ae94fe1a71094798b7f47ee4934e037ced0672c9 Mon Sep 17 00:00:00 2001
From: armingol <pablo.armingolrobles@telefonica.com>
Date: Thu, 11 Jan 2024 14:40:16 +0000
Subject: [PATCH] Minor changes

---
 src/bgpls_speaker/service/java/BGP4Parameters_3.xml      | 6 +++---
 src/bgpls_speaker/service/java/netphony-topology/pom.xml | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/bgpls_speaker/service/java/BGP4Parameters_3.xml b/src/bgpls_speaker/service/java/BGP4Parameters_3.xml
index bb74215ee..6eeb9090f 100644
--- a/src/bgpls_speaker/service/java/BGP4Parameters_3.xml
+++ b/src/bgpls_speaker/service/java/BGP4Parameters_3.xml
@@ -1,12 +1,12 @@
 <config>
 	<!-- TCP port where the BGP is listening for incoming bgp4 connections. Optional Parameter. Default value: 179 (BGP Port)  --> 
 	<BGP4Port>12179</BGP4Port>
-	<BGPIdentifier>1.1.1.1</BGPIdentifier>
+	<BGPIdentifier>6.5.4.3</BGPIdentifier>
 <!-- TCP port to connect to manage the BGP connection. Default value: 1112 -->
 	<BGP4ManagementPort>1112</BGP4ManagementPort> 
 	<!-- Peers to which this Peer is going to establish connection -->
     <configPeer>
-                <peer>10.95.86.214</peer>
+                <peer></peer>
                 <export>false</export>
                 <import>true</import>
                 <peerPort>179</peerPort>
@@ -31,7 +31,7 @@
 	<!-- RFC 4271. This 1-octet unsigned integer indicates the protocol version number of the message.  The current BGP version number is 4. -->
 	<version>4</version><!-- Optional Parameter. Default value: 4. -->
 	<!-- RFC 4271.  This 2-octet unsigned integer indicates the Autonomous System number of the sender.-->
-	<myAutonomousSystem>65006</myAutonomousSystem>
+	<myAutonomousSystem></myAutonomousSystem>
 	<!-- RFC 4271. This 4-octet unsigned integer indicates the BGP Identifier of the sender.  A given BGP speaker sets the value of its BGP
          Identifier to an IP address that is assigned to that BGP speaker.  The value of the BGP Identifier is determined upon
          startup and is the same for every local interface and BGP peer. --> 
diff --git a/src/bgpls_speaker/service/java/netphony-topology/pom.xml b/src/bgpls_speaker/service/java/netphony-topology/pom.xml
index aa4e82fe1..abdf6ebca 100644
--- a/src/bgpls_speaker/service/java/netphony-topology/pom.xml
+++ b/src/bgpls_speaker/service/java/netphony-topology/pom.xml
@@ -305,7 +305,7 @@
 							<finalName>bgp-ls-speaker</finalName>
 							<archive>
 								<manifest>
-									<mainClass>eu.teraflow.tid.bgp.bgp4Peer.peer.BGPPeerMain</mainClass>
+									<mainClass>eu.teraflow.tid.bgp4Peer.peer.BGPPeerMain</mainClass>
 								</manifest>
 							</archive>
 						</configuration>
-- 
GitLab