summaryrefslogtreecommitdiff
path: root/yang
diff options
context:
space:
mode:
authorY Bharath <y.bharath@samsung.com>2025-02-12 12:13:06 +0530
committerY Bharath <y.bharath@samsung.com>2025-02-12 12:13:06 +0530
commit3b9191fcc9611de60256741ee56c2d35a1a7df82 (patch)
tree80a0bcda0d794e6740507bd96d9c373b63128a83 /yang
parentd275f551c330c9a8d808081547cfe1ce410f3db0 (diff)
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>
Diffstat (limited to 'yang')
-rw-r--r--yang/frr-pim-rp.yang14
1 files changed, 7 insertions, 7 deletions
diff --git a/yang/frr-pim-rp.yang b/yang/frr-pim-rp.yang
index 5558b0888d..6146bd0890 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;
}