summaryrefslogtreecommitdiffstats
path: root/yang/frr-zebra.yang
diff options
context:
space:
mode:
Diffstat (limited to 'yang/frr-zebra.yang')
-rw-r--r--yang/frr-zebra.yang6
1 files changed, 6 insertions, 0 deletions
diff --git a/yang/frr-zebra.yang b/yang/frr-zebra.yang
index f1a69068c..79c524a40 100644
--- a/yang/frr-zebra.yang
+++ b/yang/frr-zebra.yang
@@ -151,6 +151,12 @@ module frr-zebra {
"Zebra interface type macvlan.";
}
+ identity zif-gre {
+ base zebra-interface-type;
+ description
+ "Zebra interface type gre.";
+ }
+
/*
* Multicast RPF mode configurable type
*/