diff options
| author | Daniil Baturin <daniil@vyos.io> | 2025-09-22 13:40:35 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-09-22 13:40:35 +0100 |
| commit | 8755db638c0575f3d3c31da73de3a5fd6e66e962 (patch) | |
| tree | 323b2ed801df14c31e9b69b5e07511431f4078fc | |
| parent | ff9cf75b192dd172120ffcb9b67caa39c0850cec (diff) | |
| parent | a4f8ada2cb76360f15faaa219ad0729b5c0efad9 (diff) | |
| download | vyos-1x-8755db638c0575f3d3c31da73de3a5fd6e66e962.tar.gz vyos-1x-8755db638c0575f3d3c31da73de3a5fd6e66e962.zip | |
Merge pull request #4735 from c-po/net-tools
Debian: T7847: add explicit dependency on net-tools providing arp binary
| -rw-r--r-- | debian/control | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/control b/debian/control index 58d048dce..c2128c819 100644 --- a/debian/control +++ b/debian/control @@ -357,6 +357,8 @@ Depends: # End "run monitor traffic" # For "show hardware dmi" dmidecode, +# For "show protocols static arp" + net-tools, # For "run show hardware storage smart" smartmontools, # For "run show hardware scsi" |
