Skip to content

Commit 2ec3c5d

Browse files
authored
update ovs_drop_last_action doc (#382)
Signed-off-by: msherif1234 <[email protected]>
1 parent e53bf2e commit 2ec3c5d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

web/src/utils/pkt-drop.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,8 @@ export const DROP_CAUSES: ReadOnlyValues = [
284284
{
285285
value: ovsDropSubSystem + 1,
286286
name: 'OVS_DROP_LAST_ACTION',
287-
description: 'OVS dropped because a flow was configured with an implicit drop action'
287+
description:
288+
'OVS dropped because a flow was configured with an implicit drop action, for example configuring network-policy'
288289
},
289290
{
290291
value: ovsDropSubSystem + 2,

0 commit comments

Comments
 (0)