Skip to content

Commit

Permalink
yang: remove unnecessary deviations
Browse files Browse the repository at this point in the history
The "/if:interfaces-state" container is already deviated by the
"ietf-interfaces-holo-deviations.yang" module. Consequently,
there is no need to deviate its child nodes in the
"ietf-ip-holo-deviations.yang" module.

Signed-off-by: Renato Westphal <[email protected]>
  • Loading branch information
rwestphal committed Nov 4, 2023
1 parent 2de1131 commit 7086658
Showing 1 changed file with 0 additions and 164 deletions.
164 changes: 0 additions & 164 deletions holo-yang/modules/deviations/ietf-ip-holo-deviations.yang
Original file line number Diff line number Diff line change
Expand Up @@ -171,168 +171,4 @@ module ietf-ip-holo-deviations {
deviate not-supported;
}
*/

deviation "/if:interfaces-state/if:interface/ip:ipv4" {
deviate not-supported;
}

/*
deviation "/if:interfaces-state/if:interface/ip:ipv4/ip:forwarding" {
deviate not-supported;
}
*/

/*
deviation "/if:interfaces-state/if:interface/ip:ipv4/ip:mtu" {
deviate not-supported;
}
*/

/*
deviation "/if:interfaces-state/if:interface/ip:ipv4/ip:address" {
deviate not-supported;
}
*/

/*
deviation "/if:interfaces-state/if:interface/ip:ipv4/ip:address/ip:ip" {
deviate not-supported;
}
*/

/*
deviation "/if:interfaces-state/if:interface/ip:ipv4/ip:address/ip:subnet" {
deviate not-supported;
}
*/

/*
deviation "/if:interfaces-state/if:interface/ip:ipv4/ip:address/ip:subnet/ip:prefix-length" {
deviate not-supported;
}
*/

/*
deviation "/if:interfaces-state/if:interface/ip:ipv4/ip:address/ip:subnet/ip:prefix-length/ip:prefix-length" {
deviate not-supported;
}
*/

/*
deviation "/if:interfaces-state/if:interface/ip:ipv4/ip:address/ip:subnet/ip:netmask" {
deviate not-supported;
}
*/

/*
deviation "/if:interfaces-state/if:interface/ip:ipv4/ip:address/ip:origin" {
deviate not-supported;
}
*/

/*
deviation "/if:interfaces-state/if:interface/ip:ipv4/ip:neighbor" {
deviate not-supported;
}
*/

/*
deviation "/if:interfaces-state/if:interface/ip:ipv4/ip:neighbor/ip:ip" {
deviate not-supported;
}
*/

/*
deviation "/if:interfaces-state/if:interface/ip:ipv4/ip:neighbor/ip:link-layer-address" {
deviate not-supported;
}
*/

/*
deviation "/if:interfaces-state/if:interface/ip:ipv4/ip:neighbor/ip:origin" {
deviate not-supported;
}
*/

deviation "/if:interfaces-state/if:interface/ip:ipv6" {
deviate not-supported;
}

/*
deviation "/if:interfaces-state/if:interface/ip:ipv6/ip:forwarding" {
deviate not-supported;
}
*/

/*
deviation "/if:interfaces-state/if:interface/ip:ipv6/ip:mtu" {
deviate not-supported;
}
*/

/*
deviation "/if:interfaces-state/if:interface/ip:ipv6/ip:address" {
deviate not-supported;
}
*/

/*
deviation "/if:interfaces-state/if:interface/ip:ipv6/ip:address/ip:ip" {
deviate not-supported;
}
*/

/*
deviation "/if:interfaces-state/if:interface/ip:ipv6/ip:address/ip:prefix-length" {
deviate not-supported;
}
*/

/*
deviation "/if:interfaces-state/if:interface/ip:ipv6/ip:address/ip:origin" {
deviate not-supported;
}
*/

/*
deviation "/if:interfaces-state/if:interface/ip:ipv6/ip:address/ip:status" {
deviate not-supported;
}
*/

/*
deviation "/if:interfaces-state/if:interface/ip:ipv6/ip:neighbor" {
deviate not-supported;
}
*/

/*
deviation "/if:interfaces-state/if:interface/ip:ipv6/ip:neighbor/ip:ip" {
deviate not-supported;
}
*/

/*
deviation "/if:interfaces-state/if:interface/ip:ipv6/ip:neighbor/ip:link-layer-address" {
deviate not-supported;
}
*/

/*
deviation "/if:interfaces-state/if:interface/ip:ipv6/ip:neighbor/ip:origin" {
deviate not-supported;
}
*/

/*
deviation "/if:interfaces-state/if:interface/ip:ipv6/ip:neighbor/ip:is-router" {
deviate not-supported;
}
*/

/*
deviation "/if:interfaces-state/if:interface/ip:ipv6/ip:neighbor/ip:state" {
deviate not-supported;
}
*/
}

0 comments on commit 7086658

Please sign in to comment.