blob: 5f1dba85ed8967c6e43b25f834ee4fd2aef2f27c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
{
# encode data expression and extract numeric expression
# authoritative is mandatory
"Dhcp6": {
"valid-lifetime": 1800,
"client-classes": [
# reduce literals
{
"name": "literal",
/// from: match if (option dhcp6.client-data) != (encode-int(extract-int('bar', 32), 16))
"test": "not (option[45].hex == 'ar')"
}
]
}
}
|