2021-07-04 07:23:31 -04:00
|
|
|
// This ACL is used to test namespace expansion
|
2021-07-04 07:01:41 -04:00
|
|
|
|
|
|
|
{
|
2022-06-08 07:40:15 -04:00
|
|
|
"hosts": {
|
2021-07-04 07:01:41 -04:00
|
|
|
"host-1": "100.100.100.100",
|
|
|
|
"subnet-1": "100.100.101.100/24",
|
|
|
|
},
|
|
|
|
|
2022-06-08 07:40:15 -04:00
|
|
|
"acls": [
|
2021-07-04 07:01:41 -04:00
|
|
|
{
|
2022-06-08 07:40:15 -04:00
|
|
|
"action": "accept",
|
|
|
|
"src": [
|
2023-01-17 14:41:39 -05:00
|
|
|
"testuser",
|
2021-07-04 07:01:41 -04:00
|
|
|
],
|
2022-06-08 07:40:15 -04:00
|
|
|
"dst": [
|
2021-07-04 07:01:41 -04:00
|
|
|
"host-1:*",
|
|
|
|
],
|
|
|
|
},
|
|
|
|
],
|
2023-01-17 14:41:39 -05:00
|
|
|
}
|