Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created November 28, 2019 01:44
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/a36683dc926d5d088a5d816813044f16 to your computer and use it in GitHub Desktop.
Save ryantm/a36683dc926d5d088a5d816813044f16 to your computer and use it in GitHub Desktop.
/nix/store/fc7v10fp0mmv81i5gwf2xdvwi886281r-ipset-7.4
├── bin
│   └── ipset
├── include
│   └── libipset
│   ├── args.h
│   ├── data.h
│   ├── errcode.h
│   ├── ipset.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
│   └── utils.h
├── lib
│   ├── libipset.la
│   ├── libipset.so -> libipset.so.13.1.0
│   ├── libipset.so.13 -> libipset.so.13.1.0
│   ├── libipset.so.13.1.0
│   └── pkgconfig
│   └── libipset.pc
├── sbin -> bin
└── share
└── man
├── man3
│   └── libipset.3.gz
└── man8
└── ipset.8.gz
10 directories, 26 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment