blob: 31cc854df5d2a4efb14df9087b1c57b681fcb9bf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
{
"access-lists": {
"acl": [
{
"acl-name": "standard-acl",
"acl-type": "vpp-acl:vpp-acl",
"access-list-entries": {
"ace": [
{
"rule-name": "tcp-no-flags-rule",
"matches": {
"vpp-ace-nodes": {
"destination-ipv4-network": "192.168.2.1/32",
"source-ipv4-network": "192.168.2.2/32",
"tcp-nodes": {
"source-port-range": {
"lower-port": "123"
},
"destination-port-range": {
"lower-port": "65000"
}
}
}
}
}
]
}
}
]
}
}
|