From cfc7596fcc8338d83048a62b8efab402e6c88a27 Mon Sep 17 00:00:00 2001 From: Francis Dupont Date: Sun, 6 May 2018 10:35:58 +0200 Subject: [PATCH] [5605a] Made extract DUID false for accounting --- doc/examples/kea4/hooks-radius.json | 3 +++ premium | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/doc/examples/kea4/hooks-radius.json b/doc/examples/kea4/hooks-radius.json index aff694a428..9d2afc30df 100644 --- a/doc/examples/kea4/hooks-radius.json +++ b/doc/examples/kea4/hooks-radius.json @@ -148,6 +148,9 @@ "library": "/usr/local/lib/hooks/libdhcp_radius.so", "parameters": { + // Do not use RFC 4361 + "extract-duid": false, + // Strip the 0 type added by flex-id "client-id-pop0": true, diff --git a/premium b/premium index c07c6a3f9e..c29e416d2f 160000 --- a/premium +++ b/premium @@ -1 +1 @@ -Subproject commit c07c6a3f9ec84b4fdcd55a59e024a88765698aac +Subproject commit c29e416d2f7d39364c2ee6e532ebc59e311b9188 -- 2.47.2