We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e53bf2e commit 2ec3c5dCopy full SHA for 2ec3c5d
web/src/utils/pkt-drop.ts
@@ -284,7 +284,8 @@ export const DROP_CAUSES: ReadOnlyValues = [
284
{
285
value: ovsDropSubSystem + 1,
286
name: 'OVS_DROP_LAST_ACTION',
287
- description: 'OVS dropped because a flow was configured with an implicit drop action'
+ description:
288
+ 'OVS dropped because a flow was configured with an implicit drop action, for example configuring network-policy'
289
},
290
291
value: ovsDropSubSystem + 2,
0 commit comments