Skip to content

Instantly share code, notes, and snippets.

@rwestphal
Created August 3, 2018 15:13
Show Gist options
  • Save rwestphal/dd4cc979318731c35142f48dd75e00f8 to your computer and use it in GitHub Desktop.
Save rwestphal/dd4cc979318731c35142f48dd75e00f8 to your computer and use it in GitHub Desktop.
module frr-deviations-ietf-ip {
yang-version 1.1;
namespace "http://frrouting.org/yang/frr-deviations-ietf-ip";
prefix frr-deviations-ietf-ip;
import ietf-ip {
prefix ietf-ip;
}
import ietf-interfaces {
prefix ietf-interfaces;
}
organization
"Free Range Routing";
contact
"FRR Users List: <mailto:[email protected]>
FRR Development List: <mailto:[email protected]>";
description
"This module defines deviation statements for the ietf-ip
module.";
deviation "/ietf-interfaces:interfaces/ietf-interfaces:interface/ietf-ip:ipv4" {
deviate not-supported;
}
deviation "/ietf-interfaces:interfaces/ietf-interfaces:interface/ietf-ip:ipv6" {
deviate not-supported;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment