commit | 79f68be20771f8ca4034a19f041cb86372470ce1 | [log] [tgz] |
---|---|---|
author | Amaury Denoyelle <adenoyelle@haproxy.com> | Tue Jul 13 10:35:50 2021 +0200 |
committer | Amaury Denoyelle <adenoyelle@haproxy.com> | Fri Jul 16 10:08:55 2021 +0200 |
tree | 6c248c2e15410fb18b3e60a47f52ac40351c0294 | |
parent | 669b620e5f25ab739a42887d66204daf5a4d03e3 [diff] |
MINOR: srv: do not allow to track a dynamic server Prevents the use of the "track" keyword for a dynamic server. This simplifies the deletion of a dynamic server, without having to worry about servers which might tracked it. A BUG_ON is present in the dynamic server delete function to validate this assertion.