Skip to content

Commit

Permalink
Fix the path of arp and conntrack (#1259)
Browse files Browse the repository at this point in the history
  • Loading branch information
xieyanker committed Oct 19, 2021
1 parent fb577de commit c1e677e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,10 +106,10 @@ make st DEBUG_FAILURES=true
## Linux Dependencies
Below is a listing of userspace tools packaged into the node container. The list is not exhaustive, but highlights some of the key dependencies required for node to operate correctly.

- [`/user/sbin/arp`](http://man7.org/linux/man-pages/man8/arp.8.html)
- [`/usr/sbin/arp`](http://man7.org/linux/man-pages/man8/arp.8.html)
- Manipulate the system ARP cache
- Package: `net-tools`
- [`/user/sbin/conntrack`](http://man7.org/linux/man-pages/man8/arp.8.html)
- [`/usr/sbin/conntrack`](http://man7.org/linux/man-pages/man8/arp.8.html)
- Netfilter connection tracking
- Package: `conntrack`
- [`/bin/ip`](https://linux.die.net/man/8/ip)
Expand Down

0 comments on commit c1e677e

Please sign in to comment.