// This ACL is used to test namespace expansion

{
    "Hosts": {
        "host-1": "100.100.100.100",
        "subnet-1": "100.100.101.100/24",
    },

    "ACLs": [
        {
            "Action": "accept",
            "Users": [
                "testnamespace",
            ],
            "Ports": [
                "host-1:*",
            ],
        },
    ],
}