diff options
author | jack9603301 <jack9603301@163.com> | 2020-07-18 03:30:54 +0800 |
---|---|---|
committer | jack9603301 <jack9603301@163.com> | 2020-07-18 03:30:54 +0800 |
commit | 90b77f016aad70567bc7154cb5251023991b91c2 (patch) | |
tree | 2b24f075f29b169799a672acdbc90b0ac8d962c2 /debian | |
parent | 2dd1392cfe28518658604c88e606c7aec03936a7 (diff) | |
download | vyos-1x-90b77f016aad70567bc7154cb5251023991b91c2.tar.gz vyos-1x-90b77f016aad70567bc7154cb5251023991b91c2.zip |
ndptool: T2706: Support NDP protocol monitoring
It supports NDP protocol monitoring.
The submission supports the following features:
- Support the monitoring of specified port or all ports
- Supports monitoring of specific message types
- Support sending specific NDP message
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 6746fe647..3a441b47b 100644 --- a/debian/control +++ b/debian/control @@ -105,7 +105,8 @@ Depends: python3, nftables (>= 0.9.3), conntrack, libatomic1, - fastnetmon + fastnetmon, + libndp-tools Description: VyOS configuration scripts and data VyOS configuration scripts, interface definitions, and everything |