Commit 375705ea authored by Pablo Armingol's avatar Pablo Armingol
Browse files

code clean up

delelete .jar files

webui minor changes to manage links
parent e2db03f0
Loading
Loading
Loading
Loading

debug.bgp

0 → 100644
+16799 −0

File added.

Preview size limit exceeded, changes collapsed.

debug_bgp.txt

0 → 100644
+3466 −0

File added.

Preview size limit exceeded, changes collapsed.

+1 −1
Original line number Diff line number Diff line
@@ -36,7 +36,7 @@ spec:
        - containerPort: 9192
        env:
        - name: LOG_LEVEL
          value: "INFO"
          value: "DEBUG"
        readinessProbe:
          exec:
            command: ["/bin/grpc_health_probe", "-addr=:20030"]
+3 −1
Original line number Diff line number Diff line
@@ -46,11 +46,13 @@ message DiscoveredLink{
  NodeDescriptors local=1;
	NodeDescriptors remote=2;
  string learntFrom=3;
  string local_ipv4=4;
  string remote_ipv4=5;
}

message NodeDescriptors{
	string asNumber=1;
	string bgplsID=2;
	string igp_id=2;
  string nodeName=3;
}

+6 −0
Original line number Diff line number Diff line
@@ -12,5 +12,11 @@
# See the License for the specific language governing permissions and
# limitations under the License.

anytree==2.8.0
APScheduler==3.8.1
ncclient==0.6.13
python-json-logger==2.0.2
pytz==2021.3
xmltodict==0.12.0
grpcio==1.47.*
protobuf==3.20.*
 No newline at end of file
Loading