Skip to content

Commit

Permalink
Address hashing model comments
Browse files Browse the repository at this point in the history
  • Loading branch information
atmanmehta committed Aug 28, 2023
1 parent 5eca652 commit 67cef07
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions release/models/hashing/.spec.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
- name: openconfig-hashing
docs:
- yang/sampling/openconfig-hashing.yang
- yang/hashing/openconfig-hashing.yang
build:
- yang/sampling/openconfig-hashing.yang
- yang/hashing/openconfig-hashing.yang
run-ci: true
3 changes: 1 addition & 2 deletions release/models/hashing/openconfig-hashing.yang
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
module openconfig-hashing {

yang-version "1";

// namespace
Expand All @@ -8,7 +9,6 @@ module openconfig-hashing {

// import some basic types
import openconfig-extensions { prefix oc-ext; }
import openconfig-packet-match { prefix oc-pkt-match; }

// meta
organization "OpenConfig working group";
Expand All @@ -30,7 +30,6 @@ module openconfig-hashing {
}

// OpenConfig specific extensions for module metadata.
oc-ext:regexp-posix;
oc-ext:catalog-organization "openconfig";
oc-ext:origin "openconfig";

Expand Down

0 comments on commit 67cef07

Please sign in to comment.