diff options
author | Anders Svensson <[email protected]> | 2019-02-08 12:46:53 +0100 |
---|---|---|
committer | Anders Svensson <[email protected]> | 2019-02-12 18:13:08 +0100 |
commit | 6dfd7b201ae21054eab63a887767a7b280eb1b3f (patch) | |
tree | 0ce6179031162ea1b8b1337bf66a7659a3687e2d /lib | |
parent | 6217e81657d98323f2be5f1bcb9cd76fcee13069 (diff) | |
download | otp-6dfd7b201ae21054eab63a887767a7b280eb1b3f.tar.gz otp-6dfd7b201ae21054eab63a887767a7b280eb1b3f.tar.bz2 otp-6dfd7b201ae21054eab63a887767a7b280eb1b3f.zip |
Update appup
For OTP-15569, to be released in OTP 20.3.8.19.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/diameter/src/diameter.appup.src | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/lib/diameter/src/diameter.appup.src b/lib/diameter/src/diameter.appup.src index 05a8c9378e..dc09b0422a 100644 --- a/lib/diameter/src/diameter.appup.src +++ b/lib/diameter/src/diameter.appup.src @@ -2,7 +2,7 @@ %% %% %CopyrightBegin% %% -%% Copyright Ericsson AB 2010-2018. All Rights Reserved. +%% Copyright Ericsson AB 2010-2019. All Rights Reserved. %% %% Licensed under the Apache License, Version 2.0 (the "License"); %% you may not use this file except in compliance with the License. @@ -57,7 +57,9 @@ {"2.1", [{restart_application, diameter}]}, %% 20.1 {"2.1.1", [{restart_application, diameter}]}, %% 20.1.2 {"2.1.2", [{restart_application, diameter}]}, %% 20.1.3 - {"2.1.3", [{restart_application, diameter}]} %% 20.2 + {"2.1.3", [{restart_application, diameter}]}, %% 20.2 + {"2.1.4", [{load_module, diameter_traffic, brutal_purge, soft_purge, []}]} + %% 20.3 ], [ {"0.9", [{restart_application, diameter}]}, @@ -96,6 +98,7 @@ {"2.1", [{restart_application, diameter}]}, {"2.1.1", [{restart_application, diameter}]}, {"2.1.2", [{restart_application, diameter}]}, - {"2.1.3", [{restart_application, diameter}]} + {"2.1.3", [{restart_application, diameter}]}, + {"2.1.4", [{load_module, diameter_traffic}]} ] }. |