2021-07-04 11:23:31 +00:00
|
|
|
// This ACL is used to test namespace expansion
|
2021-07-04 11:01:41 +00:00
|
|
|
|
|
|
|
{
|
|
|
|
"Hosts": {
|
|
|
|
"host-1": "100.100.100.100",
|
|
|
|
"subnet-1": "100.100.101.100/24",
|
|
|
|
},
|
|
|
|
|
|
|
|
"ACLs": [
|
|
|
|
{
|
|
|
|
"Action": "accept",
|
|
|
|
"Users": [
|
|
|
|
"testnamespace",
|
|
|
|
],
|
|
|
|
"Ports": [
|
|
|
|
"host-1:*",
|
|
|
|
],
|
|
|
|
},
|
|
|
|
],
|
|
|
|
}
|