diff options
author | Dave Barach <dave@barachs.net> | 2019-06-03 10:23:30 -0400 |
---|---|---|
committer | Damjan Marion <dmarion@me.com> | 2019-06-04 07:47:24 +0000 |
commit | 0c6ac791dde099346af1752aa92d0eb05fc2db11 (patch) | |
tree | f6dade9bb0beae5efb79cb04feb1fc62ed894679 /src/plugins/mactime/FEATURE.yaml | |
parent | d5cf64f8c2a08d2f41327cc99dd2d96f77d82ca3 (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.yaml | 11 |
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] |