diff options
author | Daniil Baturin <daniil@vyos.io> | 2024-10-10 16:13:33 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-10 16:13:33 +0100 |
commit | 9615610ec9daf28d271afbdfb471426a7748db2b (patch) | |
tree | f64837212af055db0af54e2c87c8ff0426645637 /debian/control | |
parent | 3bc900722892dba525b7cd6bada4e6327b01fffe (diff) | |
parent | 7765e037b9fc9913b58a39bfa39209ebfd3b3f71 (diff) | |
download | vyos-1x-9615610ec9daf28d271afbdfb471426a7748db2b.tar.gz vyos-1x-9615610ec9daf28d271afbdfb471426a7748db2b.zip |
Merge pull request #4147 from sarthurdev/haproxy
haproxy: T6745: Rename reverse-proxy to haproxy
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control index 15fb5d72e..20cfcdc43 100644 --- a/debian/control +++ b/debian/control @@ -202,9 +202,9 @@ Depends: # For "service router-advert" radvd, # End "service route-advert" -# For "load-balancing reverse-proxy" +# For "load-balancing haproxy" haproxy, -# End "load-balancing reverse-proxy" +# End "load-balancing haproxy" # For "load-balancing wan" vyatta-wanloadbalance, # End "load-balancing wan" |