Add RFC8294 models 51/74551/4
authorRobert Varga <robert.varga@pantheon.tech>
Thu, 26 Jul 2018 20:16:48 +0000 (22:16 +0200)
committerRobert Varga <nite@hq.sk>
Fri, 27 Jul 2018 00:46:58 +0000 (00:46 +0000)
commitc588f24bb84a950b80f466d44484ca4f16bef5da
tree1afb3b8791891e49a996563124d1862dc3a950ee
parent049f67708d556e5477bf2a7eca63cd57c7e42541
Add RFC8294 models

This adds ietf-routing-types and iana-routing-types.

Change-Id: I5983462c00215c1cfaa1be7a6253b545cf9d5e8d
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
19 files changed:
model/artifacts/pom.xml
model/features/features-mdsal-model/pom.xml
model/features/odl-mdsal-model-rfc8294/pom.xml [new file with mode: 0644]
model/features/pom.xml
model/iana/iana-routing-types/pom.xml [new file with mode: 0644]
model/iana/iana-routing-types/src/main/yang/iana-routing-types@2017-12-04.yang [new file with mode: 0644]
model/iana/pom.xml
model/iana/src/main/yang/.gitignore [deleted file]
model/ietf/pom.xml
model/ietf/rfc8294-ietf-routing-types/pom.xml [new file with mode: 0644]
model/ietf/rfc8294-ietf-routing-types/src/main/java/org/opendaylight/yang/gen/v1/urn/ietf/params/xml/ns/yang/ietf/routing/types/rev171204/IpMulticastGroupAddressBuilder.java [new file with mode: 0644]
model/ietf/rfc8294-ietf-routing-types/src/main/java/org/opendaylight/yang/gen/v1/urn/ietf/params/xml/ns/yang/ietf/routing/types/rev171204/Ipv4MulticastSourceAddressBuilder.java [new file with mode: 0644]
model/ietf/rfc8294-ietf-routing-types/src/main/java/org/opendaylight/yang/gen/v1/urn/ietf/params/xml/ns/yang/ietf/routing/types/rev171204/Ipv6MulticastSourceAddressBuilder.java [new file with mode: 0644]
model/ietf/rfc8294-ietf-routing-types/src/main/java/org/opendaylight/yang/gen/v1/urn/ietf/params/xml/ns/yang/ietf/routing/types/rev171204/MplsLabelBuilder.java [new file with mode: 0644]
model/ietf/rfc8294-ietf-routing-types/src/main/java/org/opendaylight/yang/gen/v1/urn/ietf/params/xml/ns/yang/ietf/routing/types/rev171204/TimerValueMillisecondsBuilder.java [new file with mode: 0644]
model/ietf/rfc8294-ietf-routing-types/src/main/java/org/opendaylight/yang/gen/v1/urn/ietf/params/xml/ns/yang/ietf/routing/types/rev171204/TimerValueSeconds16Builder.java [new file with mode: 0644]
model/ietf/rfc8294-ietf-routing-types/src/main/java/org/opendaylight/yang/gen/v1/urn/ietf/params/xml/ns/yang/ietf/routing/types/rev171204/TimerValueSeconds32Builder.java [new file with mode: 0644]
model/ietf/rfc8294-ietf-routing-types/src/main/yang/ietf-routing-types@2017-12-04.yang [new file with mode: 0644]
model/ietf/rfc8294/pom.xml [new file with mode: 0644]