summaryrefslogtreecommitdiffstats
path: root/yang/frr-bgp-common-structure.yang
diff options
context:
space:
mode:
Diffstat (limited to 'yang/frr-bgp-common-structure.yang')
-rw-r--r--yang/frr-bgp-common-structure.yang6
1 files changed, 5 insertions, 1 deletions
diff --git a/yang/frr-bgp-common-structure.yang b/yang/frr-bgp-common-structure.yang
index 8162527e9..6543b1d1c 100644
--- a/yang/frr-bgp-common-structure.yang
+++ b/yang/frr-bgp-common-structure.yang
@@ -9,6 +9,10 @@ submodule frr-bgp-common-structure {
prefix inet;
}
+ import frr-route-map {
+ prefix frr-route-map;
+ }
+
import frr-interface {
prefix frr-interface;
}
@@ -371,7 +375,7 @@ submodule frr-bgp-common-structure {
}
leaf rmap-policy-export {
- type frr-bt:rmap-ref;
+ type frr-route-map:route-map-ref;
description
"Route-map to specify criteria to originate default.";
}