]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Formatting
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Tue, 23 Jan 2018 23:46:24 +0000 (16:46 -0700)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Thu, 25 Jan 2018 19:12:20 +0000 (12:12 -0700)
src/tests/keywords/hex

index 3c8405bd8e091574d5c0c021ae81860c946cd7ff..429d0d81ee5fcdc1c88e247e5704dffcccdf1837 100644 (file)
@@ -2,33 +2,33 @@
 # PRE: update
 #
 update request {
-       Tmp-String-0        := '9870'
-       Tmp-Octets-0        := 0x39383731
-       Tmp-IP-Address-0    := 57.56.55.50
-       Tmp-Date-0          := 959985459
-       Tmp-Integer-0       := 959985460
-       Tmp-Cast-Abinary    := 'ip out forward srcip 57.56.55.53/32 udp dstport = 1812'
-       Tmp-Cast-IfId       := '0000:0000:3938:3737'
-       Tmp-Cast-IPv6Addr   := '::3938:3738'
-       Tmp-Cast-IPv6Prefix := '::3938:3739/128'
-       Tmp-Cast-Byte       := 58
-       Tmp-Cast-Short      := 14139
-       Tmp-Cast-Ether   := 00:00:39:38:37:3c
-       Tmp-Cast-Integer64  := 1152921505566832445
-       Tmp-Cast-IPv4Prefix := 57.56.55.62/32
+       Tmp-String-0            := '9870'
+       Tmp-Octets-0            := 0x39383731
+       Tmp-IP-Address-0        := 57.56.55.50
+       Tmp-Date-0              := 959985459
+       Tmp-Integer-0           := 959985460
+       Tmp-Cast-Abinary        := 'ip out forward srcip 57.56.55.53/32 udp dstport = 1812'
+       Tmp-Cast-IfId           := '0000:0000:3938:3737'
+       Tmp-Cast-IPv6Addr       := '::3938:3738'
+       Tmp-Cast-IPv6Prefix     := '::3938:3739/128'
+       Tmp-Cast-Byte           := 58
+       Tmp-Cast-Short          := 14139
+       Tmp-Cast-Ether          := 00:00:39:38:37:3c
+       Tmp-Cast-Integer64      := 1152921505566832445
+       Tmp-Cast-IPv4Prefix     := 57.56.55.62/32
 }
 
 update request {
-       Tmp-String-0        := "%{hex:Tmp-String-0}"
-       Tmp-String-1        := "%{hex:Tmp-Octets-0}"
-       Tmp-String-2        := "%{hex:Tmp-IP-Address-0}"
-       Tmp-String-3        := "%{hex:Tmp-Date-0}"
-       Tmp-String-4        := "%{hex:Tmp-Integer-0}"
-       Tmp-String-5        := "%{hex:Tmp-Cast-Abinary}"
-       Tmp-String-6        := "%{hex:Tmp-Cast-Ifid}"
-       Tmp-String-7        := "%{hex:Tmp-Cast-IPv6Addr}"
-       Tmp-String-8        := "%{hex:Tmp-Cast-IPv6Prefix}"
-       Tmp-String-9        := "%{hex:Tmp-Cast-Byte}"
+       Tmp-String-0            := "%{hex:Tmp-String-0}"
+       Tmp-String-1            := "%{hex:Tmp-Octets-0}"
+       Tmp-String-2            := "%{hex:Tmp-IP-Address-0}"
+       Tmp-String-3            := "%{hex:Tmp-Date-0}"
+       Tmp-String-4            := "%{hex:Tmp-Integer-0}"
+       Tmp-String-5            := "%{hex:Tmp-Cast-Abinary}"
+       Tmp-String-6            := "%{hex:Tmp-Cast-Ifid}"
+       Tmp-String-7            := "%{hex:Tmp-Cast-IPv6Addr}"
+       Tmp-String-8            := "%{hex:Tmp-Cast-IPv6Prefix}"
+       Tmp-String-9            := "%{hex:Tmp-Cast-Byte}"
 }
 
 # String