Skip to content

Commit 442dd32

Browse files
network interface description (ocsf#1344)
#### Description of changes: Update Dictionary description for network interfaces to reference "physical or virtual" Update network interface object description to reference "physical or virtual" Update changelog to reference above. --------- Signed-off-by: Jason Reimer <12201402+jasonbreimer@users.noreply.github.com> Co-authored-by: Rajas <89877409+floydtree@users.noreply.github.com>
1 parent b0ed203 commit 442dd32

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

dictionary.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3399,7 +3399,7 @@
33993399
},
34003400
"network_interfaces": {
34013401
"caption": "Network Interfaces",
3402-
"description": "The network interfaces that are associated with the device, one for each unique MAC address/IP address/hostname/name combination.<p><b>Note:</b> The first element of the array is the network information that pertains to the event.</p>",
3402+
"description": "The physical or virtual network interfaces that are associated with the device, one for each unique MAC address/IP address/hostname/name combination.<p><b>Note:</b> The first element of the array is the network information that pertains to the event.</p>",
34033403
"type": "network_interface",
34043404
"is_array": true
34053405
},
@@ -5741,4 +5741,4 @@
57415741
}
57425742
}
57435743
}
5744-
}
5744+
}

objects/network_interface.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"caption": "Network Interface",
3-
"description": "The Network Interface object describes the type and associated attributes of a network interface.",
3+
"description": "The Network Interface object describes the type and associated attributes of a physical or virtual network interface.",
44
"extends": "_entity",
55
"name": "network_interface",
66
"attributes": {
@@ -66,4 +66,4 @@
6666
"hostname"
6767
]
6868
}
69-
}
69+
}

0 commit comments

Comments
 (0)