Skip to content

Commit

Permalink
Update to new lookup and auth syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
hashworks committed Sep 18, 2023
1 parent 7e3d9d5 commit cf88caa
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 cf88caa

Please sign in to comment.