From 2c7cac91ed6e7db0f6937923d2b57f97dbdbc337 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 28 Apr 2024 11:53:30 +0200 Subject: Adding upstream version 8.4.4. Signed-off-by: Daniel Baumann --- yang/ietf/frr-deviations-ietf-routing.yang | 53 ++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 yang/ietf/frr-deviations-ietf-routing.yang (limited to 'yang/ietf/frr-deviations-ietf-routing.yang') diff --git a/yang/ietf/frr-deviations-ietf-routing.yang b/yang/ietf/frr-deviations-ietf-routing.yang new file mode 100644 index 0000000..15ceb6b --- /dev/null +++ b/yang/ietf/frr-deviations-ietf-routing.yang @@ -0,0 +1,53 @@ +module frr-deviations-ietf-routing { + yang-version 1.1; + namespace "http://frrouting.org/yang/frr-deviations-ietf-routing"; + prefix frr-deviations-ietf-routing; + + import ietf-routing { + prefix ietf-routing; + } + + organization + "FRRouting"; + + contact + "FRR Users List: + FRR Development List: "; + + description + "This module defines deviation statements for the ietf-routing + module."; + + deviation "/ietf-routing:routing/ietf-routing:router-id" { + deviate not-supported; + } + + deviation "/ietf-routing:routing/ietf-routing:interfaces" { + deviate not-supported; + } + + deviation "/ietf-routing:routing/ietf-routing:control-plane-protocols/ietf-routing:control-plane-protocol" { + deviate add { + must '(type != "ietf-rip:ripv2") or (name = "main")' { + description + "ripd supports one RIP instance only"; + } + } + } + + deviation "/ietf-routing:routing/ietf-routing:control-plane-protocols/ietf-routing:control-plane-protocol/ietf-routing:description" { + deviate not-supported; + } + + deviation "/ietf-routing:routing/ietf-routing:control-plane-protocols/ietf-routing:control-plane-protocol/ietf-routing:static-routes" { + deviate not-supported; + } + + deviation "/ietf-routing:routing/ietf-routing:ribs" { + deviate not-supported; + } + + deviation "/ietf-routing:routing-state" { + deviate not-supported; + } +} -- cgit v1.2.3