Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created June 28, 2018 01:15
Show Gist options
  • Save ryantm/2aa6bc0f10c5a26cd1ad6d17106daad5 to your computer and use it in GitHub Desktop.
Save ryantm/2aa6bc0f10c5a26cd1ad6d17106daad5 to your computer and use it in GitHub Desktop.
/nix/store/dsjhy8fws8j0awprkf894mrl2rz6a53q-nftables-0.9.0
├── bin
│   └── nft
├── etc
│   └── nftables
│   ├── all-in-one.nft
│   ├── arp-filter.nft
│   ├── bridge-filter.nft
│   ├── inet-filter.nft
│   ├── ipv4-filter.nft
│   ├── ipv4-mangle.nft
│   ├── ipv4-nat.nft
│   ├── ipv4-raw.nft
│   ├── ipv6-filter.nft
│   ├── ipv6-mangle.nft
│   ├── ipv6-nat.nft
│   └── ipv6-raw.nft
├── include
│   └── nftables
│   └── libnftables.h
├── lib
│   ├── libnftables.la
│   ├── libnftables.so -> libnftables.so.0.0.0
│   ├── libnftables.so.0 -> libnftables.so.0.0.0
│   ├── libnftables.so.0.0.0
│   └── pkgconfig
│   └── libnftables.pc
├── sbin -> bin
└── share
└── man
└── man8
└── nft.8.gz
11 directories, 20 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment