Skip to content

Commit

Permalink
Merge pull request #2 from hashworks/new-lookup-and-auth-syntax
Browse files Browse the repository at this point in the history
Update to new lookup and auth syntax
  • Loading branch information
j18e authored May 7, 2024
2 parents 7e3d9d5 + cf88caa commit b8d87ec
Show file tree
Hide file tree
Showing 2 changed files with 250 additions and 227 deletions.
10 changes: 6 additions & 4 deletions generator.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
auths:
public_v2:
community: public
version: 2
modules:
edgerouter:
auth:
community: public
walk:
- memTotalReal
- memAvailReal
Expand Down Expand Up @@ -31,5 +33,5 @@ modules:
- tcpEstabResets
- tcpCurrEstab
lookups:
- old_index: ifIndex
new_index: ifName
- source_indexes: [ifIndex]
lookup: ifName
Loading

0 comments on commit b8d87ec

Please sign in to comment.