From 0c6ac791dde099346af1752aa92d0eb05fc2db11 Mon Sep 17 00:00:00 2001 From: Dave Barach Date: Mon, 3 Jun 2019 10:23:30 -0400 Subject: 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 --- src/plugins/mactime/FEATURE.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 src/plugins/mactime/FEATURE.yaml (limited to 'src/plugins/mactime/FEATURE.yaml') 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 +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] -- cgit 1.2.3-korg