summaryrefslogtreecommitdiff
path: root/yang/frr-interface.yang
diff options
context:
space:
mode:
Diffstat (limited to 'yang/frr-interface.yang')
-rw-r--r--yang/frr-interface.yang7
1 files changed, 3 insertions, 4 deletions
diff --git a/yang/frr-interface.yang b/yang/frr-interface.yang
index 46c03a1d1f..4a152aadda 100644
--- a/yang/frr-interface.yang
+++ b/yang/frr-interface.yang
@@ -288,13 +288,11 @@ module frr-interface {
container lib {
list interface {
- key "name vrf";
+ key "name";
description
"Interface.";
leaf name {
- type string {
- length "1..16";
- }
+ type string;
description
"Interface name.";
}
@@ -303,6 +301,7 @@ module frr-interface {
type frr-vrf:vrf-ref;
description
"VRF this interface is associated with.";
+ config false;
}
leaf description {