Commit ae94fe1a authored by Pablo Armingol's avatar Pablo Armingol
Browse files

Minor changes

parent 1ef3796a
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
<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. --> 
+1 −1
Original line number Diff line number Diff line
@@ -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>