misc: Update MAINTAINERS to include interface common 29/20129/3
authorNeale Ranns <nranns@cisco.com>
Fri, 14 Jun 2019 09:09:43 +0000 (02:09 -0700)
committerNeale Ranns <nranns@cisco.com>
Fri, 14 Jun 2019 09:28:29 +0000 (09:28 +0000)
Type: feature

Change-Id: I72f35444c73c6a7099d34f7d5031cbe82cbdd383
Signed-off-by: Neale Ranns <nranns@cisco.com>
MAINTAINERS
extras/scripts/check_commit_msg.sh

index 22bef24..5cd51f2 100644 (file)
@@ -92,6 +92,11 @@ I:   ip
 M:     Dave Barach <dave@barachs.net>
 F:     src/vnet/ip/
 
+VNET Interface Common
+I:     interface
+M:     Dave Barach <dave@barachs.net>
+F:     src/vnet/interface*.[ch]
+
 VNET Segment Routing (IPv6 and MPLS)
 I:     sr
 M:     Pablo Camarillo <pcamaril@cisco.com>
index ec9db60..14722fa 100755 (executable)
@@ -2,7 +2,7 @@
 
 KNOWN_FEATURES=$(cat MAINTAINERS | sed -ne 's/^I:[[:space:]]*//p')
 FEATURES=$(git show -s --format=%s --no-color | sed -e 's/\(.*\):.*/\1/')
-KNOWN_TYPES="fix refactor style docs test make"
+KNOWN_TYPES="feature fix refactor style docs test make"
 TYPE=$(git show -s --format=%b --no-color | sed -ne 's/^Type:[[:space:]]*//p')
 ERR="=============================== ERROR ==============================="