diff options
| author | Donald Sharp <donaldsharp72@gmail.com> | 2024-07-24 10:20:45 -0400 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-24 10:20:45 -0400 | 
| commit | e612bc5075ffe09ecc41e8885dcd6729d5ce002b (patch) | |
| tree | 2839c14008037206784bad3a866b4dc102d48334 | |
| parent | 8cbd70bafc5237549b9ee0721d428ab0b1eca55d (diff) | |
| parent | d8b47bffc0a0794eac4f118379a5d2dc71865439 (diff) | |
Merge pull request #16454 from FRRouting/mergify/bp/stable/10.0/pr-16428
yang: Added missed prefix to the frr-deviations-ietf-routing yang file (backport #16428)
| -rw-r--r-- | yang/ietf/frr-deviations-ietf-routing.yang | 3 | 
1 files changed, 3 insertions, 0 deletions
diff --git a/yang/ietf/frr-deviations-ietf-routing.yang b/yang/ietf/frr-deviations-ietf-routing.yang index 15ceb6b929..5c0ae30bea 100644 --- a/yang/ietf/frr-deviations-ietf-routing.yang +++ b/yang/ietf/frr-deviations-ietf-routing.yang @@ -6,6 +6,9 @@ module frr-deviations-ietf-routing {    import ietf-routing {      prefix ietf-routing;    } +  import ietf-rip { +    prefix ietf-rip; +  }    organization      "FRRouting";  | 
