-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
I entered a null (no value) for the manufacturer when generating a MUD file. I got the following MUD file:
{
"ietf-mud:mud": {
"mud-version": 1,
"mud-url": "https://sensor.nist.local/foo",
"last-update": "2019-07-18T18:01:06+00:00",
"cache-validity": 48,
"is-supported": true,
"systeminfo": "test device",
"mfg-name": "NIST",
"documentation": "https://www.nist.local",
"model-name": "foo",
"from-device-policy": {
"access-lists": {
"access-list": [
{
"name": "mud-63570-v4fr"
}
]
}
},
"to-device-policy": {
"access-lists": {
"access-list": [
{
"name": "mud-63570-v4to"
}
]
}
}
},
"ietf-access-control-list:acls": {
"acl": [
{
"name": "mud-63570-v4to",
"type": "ipv4-acl-type",
"aces": {
"ace": [
]
}
},
{
"name": "mud-63570-v4fr",
"type": "ipv4-acl-type",
"aces": {
"ace": [
]
}
}
]
}
}
Metadata
Metadata
Assignees
Labels
No labels