summaryrefslogtreecommitdiff
path: root/strata/networking-utils
Commit message (Collapse)AuthorAgeFilesLines
* WIP Use arping from iputilsPedro Alvarez2015-06-051-1/+5
| | | | Change-Id: Ie925709677c2a83d7e512911fc4cfa7de749e967
* Add `arping` to networking-utilsTiago Gomes2015-05-264-0/+24
| | | | | | | | | Because `arping` requires the libpcap library, move tcpdump and libpcap to networking-utils. Add also `arping`'s libnet dependency. Change-Id: Ie459e5295bc2770856e06cb005845ee3f172e68e
* Add networking-utils stratumFrancisco Redondo Marchena2015-02-132-0/+16
This stratum is created to place all the networking tools. In this commits it adds iproute2 tools like ip and tc and ipset tools. This stratum requires kernel support in order to work.