Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created April 12, 2018 13:54
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/f62ed14efd30650e1e05f1af8d5c2af4 to your computer and use it in GitHub Desktop.
Save ryantm/f62ed14efd30650e1e05f1af8d5c2af4 to your computer and use it in GitHub Desktop.
/nix/store/p1k7d2y5aa4haxlkkn2jadviwvl5plcc-ipset-6.38
├── bin
│   └── ipset
├── include
│   └── libipset
│   ├── args.h
│   ├── data.h
│   ├── errcode.h
│   ├── linux_ip_set_bitmap.h
│   ├── linux_ip_set.h
│   ├── linux_ip_set_hash.h
│   ├── linux_ip_set_list.h
│   ├── mnl.h
│   ├── nf_inet_addr.h
│   ├── nfproto.h
│   ├── parse.h
│   ├── pfxlen.h
│   ├── print.h
│   ├── session.h
│   ├── transport.h
│   ├── types.h
│   ├── ui.h
│   └── utils.h
├── lib
│   ├── libipset.la
│   ├── libipset.so -> libipset.so.11.1.0
│   ├── libipset.so.11 -> libipset.so.11.1.0
│   ├── libipset.so.11.1.0
│   └── pkgconfig
│   └── libipset.pc
├── sbin -> bin
└── share
└── man
└── man8
└── ipset.8.gz
9 directories, 25 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment