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:
Y Bharath 2025-02-12 12:13:06 +05:30
parent d275f551c3
commit 3b9191fcc9

View file

@ -61,13 +61,6 @@ module frr-pim-rp {
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
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 {
description
"Add support for embedded RP.";
@ -76,6 +69,13 @@ module frr-pim-rp {
Multicast Address";
}
revision 2017-03-09 {
description
"Initial revision.";
reference
"RFC XXXX: A YANG Data Model for PIM RP";
}
typedef plist-ref {
type string;
}