Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created November 19, 2018 10:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryantm/754abc50c5df43d62c4006a6cdb0eca0 to your computer and use it in GitHub Desktop.
Save ryantm/754abc50c5df43d62c4006a6cdb0eca0 to your computer and use it in GitHub Desktop.
/nix/store/vwh2dnmk4f6l8g7rkmlxadvlmzi5di80-libnftnl-1.1.2
├── include
│   └── libnftnl
│   ├── batch.h
│   ├── chain.h
│   ├── common.h
│   ├── expr.h
│   ├── flowtable.h
│   ├── gen.h
│   ├── object.h
│   ├── rule.h
│   ├── ruleset.h
│   ├── set.h
│   ├── table.h
│   ├── trace.h
│   └── udata.h
└── lib
├── libnftnl.la
├── libnftnl.so -> libnftnl.so.11.0.0
├── libnftnl.so.11 -> libnftnl.so.11.0.0
├── libnftnl.so.11.0.0
└── pkgconfig
└── libnftnl.pc
4 directories, 18 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment