forked from Mirror/frr
yang: Reorder the revision statements
According to the YANG specification, the revision statements should be ordered with the most recent revision first Signed-off-by: y-bharath14 <y.bharath@samsung.com>
This commit is contained in:
parent
d275f551c3
commit
3b9191fcc9
|
@ -61,13 +61,6 @@ module frr-pim-rp {
|
||||||
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
||||||
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.";
|
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.";
|
||||||
|
|
||||||
revision 2017-03-09 {
|
|
||||||
description
|
|
||||||
"Initial revision.";
|
|
||||||
reference
|
|
||||||
"RFC XXXX: A YANG Data Model for PIM RP";
|
|
||||||
}
|
|
||||||
|
|
||||||
revision 2024-09-26 {
|
revision 2024-09-26 {
|
||||||
description
|
description
|
||||||
"Add support for embedded RP.";
|
"Add support for embedded RP.";
|
||||||
|
@ -76,6 +69,13 @@ module frr-pim-rp {
|
||||||
Multicast Address";
|
Multicast Address";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
revision 2017-03-09 {
|
||||||
|
description
|
||||||
|
"Initial revision.";
|
||||||
|
reference
|
||||||
|
"RFC XXXX: A YANG Data Model for PIM RP";
|
||||||
|
}
|
||||||
|
|
||||||
typedef plist-ref {
|
typedef plist-ref {
|
||||||
type string;
|
type string;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue