Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created May 2, 2018 20:33
Show Gist options
  • Save ryantm/c99e0a7414adaa7a40543678fd581602 to your computer and use it in GitHub Desktop.
Save ryantm/c99e0a7414adaa7a40543678fd581602 to your computer and use it in GitHub Desktop.
/nix/store/y9gq6j60kx9ya2aj2wgbfc73siq6fhn6-libnftnl-1.1.0
├── 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.7.2.0
├── libnftnl.so.7 -> libnftnl.so.7.2.0
├── libnftnl.so.7.2.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