From 3b9191fcc9611de60256741ee56c2d35a1a7df82 Mon Sep 17 00:00:00 2001 From: Y Bharath Date: Wed, 12 Feb 2025 12:13:06 +0530 Subject: [PATCH] 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 --- yang/frr-pim-rp.yang | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/yang/frr-pim-rp.yang b/yang/frr-pim-rp.yang index 5558b0888d73..6146bd089064 100644 --- a/yang/frr-pim-rp.yang +++ b/yang/frr-pim-rp.yang @@ -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; }