]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
move to encode.dhcpv4, to use new framework
authorAlan T. DeKok <aland@freeradius.org>
Tue, 10 Aug 2021 15:17:37 +0000 (11:17 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Tue, 10 Aug 2021 15:17:37 +0000 (11:17 -0400)
src/tests/keywords/xlat-dhcpv4

index 2a7353d556c337783ef6a6803d611b14b57d5544..d81d0611758d453913be3feb16dc1c95814271e8 100644 (file)
@@ -22,7 +22,7 @@ if ( &Relay-Agent-Information.Remote-Id != 0x010203040506 ) {
 }
 
 update control {
-        &Tmp-Octets-1 := "%(dhcpv4_encode:&request[*])"
+        &Tmp-Octets-1 := "%(encode.dhcpv4:&request[*])"
 }
 
 if ( &control.Tmp-Octets-1 != 0x520d0103abcdef0206010203040506 ) {