Skip to content
This repository has been archived by the owner on Jul 13, 2020. It is now read-only.

Added filter table #278

Open
wants to merge 1 commit into
base: uploader_json
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion uploader.json
Original file line number Diff line number Diff line change
Expand Up @@ -2073,6 +2073,11 @@
"pattern": [],
"symbolic_name": "nfnetlink_queue"
},
{
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vishwanathjadhav this needs to be moved to the command section of the json instead of the files section.

"command": "/usr/sbin/nft list ruleset",
"pattern": [],
"symbolic_name": "nft_ruleset"
},
{
"file": "/etc/exports",
"pattern": [
Expand Down Expand Up @@ -8817,4 +8822,4 @@
}
},
"version": "2019-09-05T13:53:28.250118"
}
}
7 changes: 6 additions & 1 deletion uploader.v2.json
Original file line number Diff line number Diff line change
Expand Up @@ -2073,6 +2073,11 @@
"pattern": [],
"symbolic_name": "nfnetlink_queue"
},
{
"command": "/usr/sbin/nft list ruleset",
"pattern": [],
"symbolic_name": "nft_ruleset"
},
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same comment as above.

{
"file": "/etc/exports",
"pattern": [
Expand Down Expand Up @@ -3327,4 +3332,4 @@
"iface": "/sbin/ip -o link | awk -F ': ' '/.*link\\/ether/ {print $2}'"
},
"version": "2019-09-05T13:53:32.840765"
}
}