summaryrefslogtreecommitdiffstats
path: root/vpp-classifier/api/src/main/yang/policer@2017-03-15.yang
diff options
context:
space:
mode:
Diffstat (limited to 'vpp-classifier/api/src/main/yang/policer@2017-03-15.yang')
-rw-r--r--vpp-classifier/api/src/main/yang/policer@2017-03-15.yang8
1 files changed, 4 insertions, 4 deletions
diff --git a/vpp-classifier/api/src/main/yang/policer@2017-03-15.yang b/vpp-classifier/api/src/main/yang/policer@2017-03-15.yang
index 637967128..fa2b8f049 100644
--- a/vpp-classifier/api/src/main/yang/policer@2017-03-15.yang
+++ b/vpp-classifier/api/src/main/yang/policer@2017-03-15.yang
@@ -4,6 +4,10 @@ module policer {
namespace "urn:opendaylight:params:xml:ns:yang:policer";
prefix "policer";
+ import ietf-inet-types {
+ prefix inet;
+ }
+
description
"VPP specific configuration of policer messages. Mapped to policer API:
https://git.fd.io/vpp/tree/src/vnet/policer/policer.api
@@ -18,10 +22,6 @@ module policer {
description "Initial revision of policer model";
}
- import ietf-inet-types {
- prefix inet;
- }
-
typedef policer-ref {
type leafref {
path "/policers/policer/name";