aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/mactime/FEATURE.yaml
diff options
context:
space:
mode:
authorDave Barach <dave@barachs.net>2019-06-03 10:23:30 -0400
committerDamjan Marion <dmarion@me.com>2019-06-04 07:47:24 +0000
commit0c6ac791dde099346af1752aa92d0eb05fc2db11 (patch)
treef6dade9bb0beae5efb79cb04feb1fc62ed894679 /src/plugins/mactime/FEATURE.yaml
parentd5cf64f8c2a08d2f41327cc99dd2d96f77d82ca3 (diff)
mactime: upstream new features
Add per mac address data quotas (simple version) Add mini-ACLs to turf "call home" traffic from a certain species of security DVR. Add FEATURE.yaml Update the API version number Type: feature Feature-name: mactime Change-Id: Ida6945f7791ab43909afa68dcf2f652b20c53afd Signed-off-by: Dave Barach <dave@barachs.net>
Diffstat (limited to 'src/plugins/mactime/FEATURE.yaml')
-rw-r--r--src/plugins/mactime/FEATURE.yaml11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/plugins/mactime/FEATURE.yaml b/src/plugins/mactime/FEATURE.yaml
new file mode 100644
index 00000000000..fbc0a6cccdd
--- /dev/null
+++ b/src/plugins/mactime/FEATURE.yaml
@@ -0,0 +1,11 @@
+name: Time-range-based MAC-address filter (mactime)
+maintainer: Dave Barach <dave@barachs.net>
+features:
+ - Static / time-range / data quota based MAC address filter
+description: "Device-input/output arc driver level MAC filter.
+ Checks to see if traffic is allowed to/from the given
+ MAC address, and takes the appropriate action.
+ Intended for the home gateway use-case, where WAN traffic
+ is billed per bit."
+state: production
+properties: [API, CLI, MULTITHREAD]