Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created November 2, 2020 06:55
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 r-ryantm/1fc2cd6f2be40364b9a75fa90cfb6339 to your computer and use it in GitHub Desktop.
Save r-ryantm/1fc2cd6f2be40364b9a75fa90cfb6339 to your computer and use it in GitHub Desktop.
/nix/store/nanmdwbq6inbxsvf3zr64368z26flv8b-ipset-7.7
├── 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.12.2.1
│   ├── libipset.so.12 -> libipset.so.12.2.1
│   ├── libipset.so.12.2.1
│   └── 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