Skip to content

Commit

Permalink
yang: Reorder the revision statements
Browse files Browse the repository at this point in the history
According to the YANG specification, the revision statements should be
ordered with the most recent revision first

Signed-off-by: y-bharath14 <[email protected]>
  • Loading branch information
y-bharath14 committed Feb 12, 2025
1 parent d275f55 commit 3b9191f
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions yang/frr-pim-rp.yang
Original file line number Diff line number Diff line change
Expand Up @@ -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.";
Expand All @@ -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;
}
Expand Down

0 comments on commit 3b9191f

Please sign in to comment.