Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created November 2, 2020 11:41
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/5007836e5542ecce58046930456d75a0 to your computer and use it in GitHub Desktop.
Save r-ryantm/5007836e5542ecce58046930456d75a0 to your computer and use it in GitHub Desktop.
/nix/store/bii3q5q1sj6g2hr6isalhj5hjfxxs1c2-iproute2-5.9.0
├── bin
│   ├── arpd
│   ├── bridge
│   ├── ctstat -> lnstat
│   ├── devlink
│   ├── genl
│   ├── ifcfg
│   ├── ifstat
│   ├── ip
│   ├── lnstat
│   ├── nstat
│   ├── rdma
│   ├── routef
│   ├── routel
│   ├── rtacct
│   ├── rtmon
│   ├── rtpr
│   ├── rtstat -> lnstat
│   ├── ss
│   ├── tc
│   └── tipc
├── etc
│   └── iproute2
│   ├── bpf_pinning
│   ├── ematch_map
│   ├── group
│   ├── nl_protos
│   ├── rt_dsfield
│   ├── rt_protos
│   ├── rt_realms
│   ├── rt_scopes
│   └── rt_tables
├── lib
│   └── tc
│   ├── experimental.dist
│   ├── m_ipt.so -> m_xt.so
│   ├── m_xt.so
│   ├── normal.dist
│   ├── pareto.dist
│   └── paretonormal.dist
├── sbin -> bin
└── share
├── bash-completion
│   └── completions
│   ├── devlink
│   └── tc
└── man
├── man3
│   └── libnetlink.3.gz
├── man7
│   └── tc-hfsc.7.gz
└── man8
├── arpd.8.gz
├── bridge.8.gz
├── ctstat.8.gz
├── devlink.8.gz
├── devlink-dev.8.gz
├── devlink-dpipe.8.gz
├── devlink-health.8.gz
├── devlink-monitor.8.gz
├── devlink-port.8.gz
├── devlink-region.8.gz
├── devlink-resource.8.gz
├── devlink-sb.8.gz
├── devlink-trap.8.gz
├── genl.8.gz
├── ifcfg.8.gz
├── ifstat.8.gz
├── ip.8.gz
├── ip-address.8.gz
├── ip-addrlabel.8.gz
├── ip-fou.8.gz
├── ip-gue.8.gz
├── ip-l2tp.8.gz
├── ip-link.8.gz
├── ip-macsec.8.gz
├── ip-maddress.8.gz
├── ip-monitor.8.gz
├── ip-mptcp.8.gz
├── ip-mroute.8.gz
├── ip-neighbour.8.gz
├── ip-netconf.8.gz
├── ip-netns.8.gz
├── ip-nexthop.8.gz
├── ip-ntable.8.gz
├── ip-route.8.gz
├── ip-rule.8.gz
├── ip-sr.8.gz
├── ip-tcp_metrics.8.gz
├── ip-token.8.gz
├── ip-tunnel.8.gz
├── ip-vrf.8.gz
├── ip-xfrm.8.gz
├── lnstat.8.gz
├── nstat.8.gz
├── rdma.8.gz
├── rdma-dev.8.gz
├── rdma-link.8.gz
├── rdma-resource.8.gz
├── rdma-statistic.8.gz
├── rdma-system.8.gz
├── routef.8.gz
├── routel.8.gz
├── rtacct.8.gz
├── rtmon.8.gz
├── rtpr.8.gz
├── rtstat.8.gz
├── ss.8.gz
├── tc.8.gz
├── tc-actions.8.gz
├── tc-basic.8.gz
├── tc-bfifo.8.gz
├── tc-bpf.8.gz
├── tc-cake.8.gz
├── tc-cbq.8.gz
├── tc-cbq-details.8.gz
├── tc-cbs.8.gz
├── tc-cgroup.8.gz
├── tc-choke.8.gz
├── tc-codel.8.gz
├── tc-connmark.8.gz
├── tc-csum.8.gz
├── tc-ct.8.gz
├── tc-ctinfo.8.gz
├── tc-drr.8.gz
├── tc-ematch.8.gz
├── tc-etf.8.gz
├── tc-ets.8.gz
├── tc-flow.8.gz
├── tc-flower.8.gz
├── tc-fq.8.gz
├── tc-fq_codel.8.gz
├── tc-fq_pie.8.gz
├── tc-fw.8.gz
├── tc-gate.8.gz
├── tc-hfsc.8.gz
├── tc-htb.8.gz
├── tc-ife.8.gz
├── tc-matchall.8.gz
├── tc-mirred.8.gz
├── tc-mpls.8.gz
├── tc-mqprio.8.gz
├── tc-nat.8.gz
├── tc-netem.8.gz
├── tc-pedit.8.gz
├── tc-pfifo.8.gz
├── tc-pfifo_fast.8.gz
├── tc-pie.8.gz
├── tc-police.8.gz
├── tc-prio.8.gz
├── tc-red.8.gz
├── tc-route.8.gz
├── tc-sample.8.gz
├── tc-sfb.8.gz
├── tc-sfq.8.gz
├── tc-simple.8.gz
├── tc-skbedit.8.gz
├── tc-skbmod.8.gz
├── tc-skbprio.8.gz
├── tc-stab.8.gz
├── tc-taprio.8.gz
├── tc-tbf.8.gz
├── tc-tcindex.8.gz
├── tc-tunnel_key.8.gz
├── tc-u32.8.gz
├── tc-vlan.8.gz
├── tc-xt.8.gz
├── tipc.8.gz
├── tipc-bearer.8.gz
├── tipc-link.8.gz
├── tipc-media.8.gz
├── tipc-nametable.8.gz
├── tipc-node.8.gz
├── tipc-peer.8.gz
└── tipc-socket.8.gz
13 directories, 162 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment