Newer
Older
# Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/)
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
# http://www.apache.org/licenses/LICENSE-2.0
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
v1.3.3
- Topology Module added
- Topology Module: Export via RESCONF with COP model
- Topology Module: Export via RESTCONF with IETF model (nodes only)
- Topology Module: Export via UNIFY model
- Topology Module: Import via XML
- Topology Module: Import/Export via BGP-LS
v1.3.2
- Supports network-protocols 1.3.2
- Update to support reading multiple AS_PATH
- Apache 2.0 license
- Moved to slf4j logging framework
- Added method to pass multiple TEDs from en external program
- Added docker support in travis
v1.3
- Compile with networking-protocols v1.3.0 (available in maven central)
- JUnit Test upgrade to check intraTEDBs after sending
- Added functionality: read multiple intraTEDBs from xml file
- Added support to draft-previdi-idr-bgpls-te-metric-extensions-00
v1.2.2
- Added travis integration
- Javadoc errors fixed
- Ready to meet maven central requirements
- Compile with networking-protocols v1.2.3 (available in maven central)
v1.2.1
- Compile with networking-protocols v1.2.1
v1.2
- JUnit Test added
- Bugfixes
- Reduced number of logs
- Updated README with explanation of parameters
v1.1.1
- Added configuration instructions of the standalone BGP Peer
- Added dependencies to pom.xml
v1.1.0
First Public Release