module irt-frer { yang-version 1.1; namespace urn:fr:irt:eden:yang:irt-frer; prefix irtfrer; import ieee802-dot1cb-stream-identification { prefix dot1cb-sid; revision-date "2021-05-06"; } import ieee802-dot1cb-frer { prefix dot1cb-frer; revision-date "2021-05-06"; } import ietf-network { prefix nw; revision-date "2018-02-26"; } organization "IRT Saint Exupéry - Toulouse"; contact "IRT Saint Exupéry - Toulouse EDEN project team "; description "This module is containing augments to adapt IEEE802.1CB model to a whole network."; augment "/dot1cb-sid:stream-identity" { description "Addtition a a node-ref, to associate a stream-identity to a node in the network."; uses nw:node-ref; } augment "/dot1cb-frer:frer/dot1cb-frer:sequence-generation" { description "Addtition a a node-ref, to associate a sequence-generation to a node in the network."; uses nw:node-ref; } augment "/dot1cb-frer:frer/dot1cb-frer:sequence-recovery" { description "Addtition a a node-ref, to associate a sequence-recovery to a node in the network."; uses nw:node-ref; } }