Add deviations for MTU configuration (IPv4/IPv6) in ietf-ip.yang

MTU configuration/status not yet implemented in Infix, thus
deviations added.
This commit is contained in:
Jon-Olov Vatn
2023-10-02 09:40:56 +02:00
committed by Joachim Wiberg
parent 784c175ba3
commit 5976ecd163
+8
View File
@@ -50,6 +50,10 @@ module infix-ip {
}
}
deviation "/if:interfaces/if:interface/ip:ipv4/ip:mtu" {
deviate not-supported;
}
deviation "/if:interfaces/if:interface/ip:ipv4/ip:address/ip:subnet/ip:netmask" {
deviate not-supported;
}
@@ -58,6 +62,10 @@ module infix-ip {
deviate not-supported;
}
deviation "/if:interfaces/if:interface/ip:ipv6/ip:mtu" {
deviate not-supported;
}
deviation "/if:interfaces/if:interface/ip:ipv6/ip:address/ip:status" {
deviate not-supported;
}