Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
controller
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TFS
controller
Commits
ae94fe1a
Commit
ae94fe1a
authored
1 year ago
by
Pablo Armingol
Browse files
Options
Downloads
Patches
Plain Diff
Minor changes
parent
1ef3796a
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/bgpls_speaker/service/java/BGP4Parameters_3.xml
+3
-3
3 additions, 3 deletions
src/bgpls_speaker/service/java/BGP4Parameters_3.xml
src/bgpls_speaker/service/java/netphony-topology/pom.xml
+1
-1
1 addition, 1 deletion
src/bgpls_speaker/service/java/netphony-topology/pom.xml
with
4 additions
and
4 deletions
src/bgpls_speaker/service/java/BGP4Parameters_3.xml
+
3
−
3
View file @
ae94fe1a
<config>
<config>
<!-- TCP port where the BGP is listening for incoming bgp4 connections. Optional Parameter. Default value: 179 (BGP Port) -->
<!-- TCP port where the BGP is listening for incoming bgp4 connections. Optional Parameter. Default value: 179 (BGP Port) -->
<BGP4Port>
12179
</BGP4Port>
<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 -->
<!-- TCP port to connect to manage the BGP connection. Default value: 1112 -->
<BGP4ManagementPort>
1112
</BGP4ManagementPort>
<BGP4ManagementPort>
1112
</BGP4ManagementPort>
<!-- Peers to which this Peer is going to establish connection -->
<!-- Peers to which this Peer is going to establish connection -->
<configPeer>
<configPeer>
<peer>
10.95.86.214
</peer>
<peer></peer>
<export>
false
</export>
<export>
false
</export>
<import>
true
</import>
<import>
true
</import>
<peerPort>
179
</peerPort>
<peerPort>
179
</peerPort>
...
@@ -31,7 +31,7 @@
...
@@ -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. -->
<!-- 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. -->
<version>
4
</version>
<!-- Optional Parameter. Default value: 4. -->
<!-- RFC 4271. This 2-octet unsigned integer indicates the Autonomous System number of the sender.-->
<!-- 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
<!-- 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
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. -->
startup and is the same for every local interface and BGP peer. -->
...
...
This diff is collapsed.
Click to expand it.
src/bgpls_speaker/service/java/netphony-topology/pom.xml
+
1
−
1
View file @
ae94fe1a
...
@@ -305,7 +305,7 @@
...
@@ -305,7 +305,7 @@
<finalName>
bgp-ls-speaker
</finalName>
<finalName>
bgp-ls-speaker
</finalName>
<archive>
<archive>
<manifest>
<manifest>
<mainClass>
eu.teraflow.tid.
bgp.
bgp4Peer.peer.BGPPeerMain
</mainClass>
<mainClass>
eu.teraflow.tid.bgp4Peer.peer.BGPPeerMain
</mainClass>
</manifest>
</manifest>
</archive>
</archive>
</configuration>
</configuration>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment