Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created July 5, 2020 19:57
Show Gist options
  • Save r-ryantm/ada0cb64bf73db906252d7db667d6ad0 to your computer and use it in GitHub Desktop.
Save r-ryantm/ada0cb64bf73db906252d7db667d6ad0 to your computer and use it in GitHub Desktop.
/nix/store/fv4zz5lmjss3lw9nffb36dbgzx2dn2lk-nftables-0.9.6
├── bin
│   └── nft
├── etc
│   └── nftables
│   ├── all-in-one.nft
│   ├── arp-filter.nft
│   ├── bridge-filter.nft
│   ├── inet-filter.nft
│   ├── inet-nat.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
│   ├── netdev-ingress.nft
│   └── osf
│   └── pf.os
├── include
│   └── nftables
│   └── libnftables.h
├── lib
│   ├── libnftables.la
│   ├── libnftables.so -> libnftables.so.1.0.0
│   ├── libnftables.so.1 -> libnftables.so.1.0.0
│   ├── libnftables.so.1.0.0
│   └── pkgconfig
│   └── libnftables.pc
├── sbin -> bin
└── share
├── doc
│   └── nftables
│   └── examples
│   ├── ct_helpers.nft
│   ├── load_balancing.nft
│   ├── secmark.nft
│   └── sets_and_maps.nft
└── man
├── man3
│   └── libnftables.3.gz
├── man5
│   └── libnftables-json.5.gz
└── man8
└── nft.8.gz
17 directories, 29 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment