Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created June 17, 2019 03:31
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/123cdf9f7b17d70b2e36368fb81a9ec0 to your computer and use it in GitHub Desktop.
Save ryantm/123cdf9f7b17d70b2e36368fb81a9ec0 to your computer and use it in GitHub Desktop.
/nix/store/zwh6z61x1hr1wl0pz5slazz0dx2f5cls-ipset-7.2
├── 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