Add RFC8776 types 97/92497/5
authorRobert Varga <robert.varga@pantheon.tech>
Sat, 19 Sep 2020 06:34:19 +0000 (08:34 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Sat, 19 Sep 2020 08:01:10 +0000 (10:01 +0200)
commit2606a233c6f8ab30c16f8f43e22805df449b96c9
tree9f5985b4adb066eff482c7179db0ea7474466a6a
parent94eceaa6c47b3a1a9b97bd5f096f3a4d1081953a
Add RFC8776 types

RFC8776 defines a set of types useful when dealing with traffic
engineering. Package them in MD-SAL.

JIRA: MDSAL-591
Change-Id: I62eb310d1848ece9d379c723afde4d51f22bd4b8
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
16 files changed:
artifacts/pom.xml
docs/pom.xml
features/features-mdsal/pom.xml
features/odl-mdsal-model-rfc8776/pom.xml [new file with mode: 0644]
features/pom.xml
model/ietf/pom.xml
model/ietf/rfc8294-ietf-routing-types/pom.xml
model/ietf/rfc8776-ietf-te-packet-types/pom.xml [new file with mode: 0644]
model/ietf/rfc8776-ietf-te-packet-types/src/main/yang/ietf-te-packet-types@2020-06-10.yang [new file with mode: 0644]
model/ietf/rfc8776-ietf-te-types/pom.xml [new file with mode: 0644]
model/ietf/rfc8776-ietf-te-types/src/main/java/org/opendaylight/yang/gen/v1/urn/ietf/params/xml/ns/yang/ietf/te/types/rev200610/AdminGroupsBuilder.java [new file with mode: 0644]
model/ietf/rfc8776-ietf-te-types/src/main/java/org/opendaylight/yang/gen/v1/urn/ietf/params/xml/ns/yang/ietf/te/types/rev200610/PathAttributeFlagsBuilder.java [new file with mode: 0644]
model/ietf/rfc8776-ietf-te-types/src/main/java/org/opendaylight/yang/gen/v1/urn/ietf/params/xml/ns/yang/ietf/te/types/rev200610/TeTopologyIdBuilder.java [new file with mode: 0644]
model/ietf/rfc8776-ietf-te-types/src/main/java/org/opendaylight/yang/gen/v1/urn/ietf/params/xml/ns/yang/ietf/te/types/rev200610/TeTpIdBuilder.java [new file with mode: 0644]
model/ietf/rfc8776-ietf-te-types/src/main/yang/ietf-te-types@2020-06-10.yang [new file with mode: 0644]
model/ietf/rfc8776/pom.xml [new file with mode: 0644]