From: Alan T. DeKok Date: Tue, 10 Aug 2021 15:17:37 +0000 (-0400) Subject: move to encode.dhcpv4, to use new framework X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c7c35c433aa6655ed7372dabf9822a8d0bb6663b;p=thirdparty%2Ffreeradius-server.git move to encode.dhcpv4, to use new framework --- diff --git a/src/tests/keywords/xlat-dhcpv4 b/src/tests/keywords/xlat-dhcpv4 index 2a7353d556c..d81d0611758 100644 --- a/src/tests/keywords/xlat-dhcpv4 +++ b/src/tests/keywords/xlat-dhcpv4 @@ -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 ) {