diff options
author | Christian Breunig <christian@breunig.cc> | 2023-12-21 16:06:51 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-21 16:06:51 +0100 |
commit | 11b3750c4a01a120dc386e72a6781b1c16ed1120 (patch) | |
tree | 107d0af94e581601cc9c8032909178f5e593a421 /debian/control | |
parent | 273c65311e70414ab6267e62d1abcc2eb0f00a3c (diff) | |
parent | 4d721a58020971d00ab854c37b68e88359999f9c (diff) | |
download | vyos-1x-11b3750c4a01a120dc386e72a6781b1c16ed1120.tar.gz vyos-1x-11b3750c4a01a120dc386e72a6781b1c16ed1120.zip |
Merge pull request #2665 from c-po/ndp-proxy
T2898: add ndp-proxy service
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/debian/control b/debian/control index 08adc8a68..af42202fc 100644 --- a/debian/control +++ b/debian/control @@ -152,7 +152,7 @@ Depends: console-data, dropbear, # End "service console-server" -# For "set service aws glb" +# For "service aws glb" aws-gwlbtun, # For "service dns dynamic" ddclient (>= 3.11.1), @@ -160,6 +160,9 @@ Depends: # # For "service ids" fastnetmon [amd64], # End "service ids" +# # For "service ndp-proxy" + ndppd, +# End "service ndp-proxy" # For "service router-advert" radvd, # End "service route-advert" @@ -251,18 +254,15 @@ Depends: # For "nat64" jool, # End "nat64" -# For nat66 - ndppd, -# End nat66 # For "system ntp" chrony, # End "system ntp" # For "vpn openconnect" ocserv, # End "vpn openconnect" -# For "set system flow-accounting" +# For "system flow-accounting" pmacct (>= 1.6.0), -# End "set system flow-accounting" +# End "system flow-accounting" # For container podman, netavark, |