]> git.puffer.fish Git - matthieu/frr.git/commitdiff
tools: 'evpn mh' is a new one-line context
authorQuentin Young <qlyoung@cumulusnetworks.com>
Wed, 17 Jun 2020 20:52:43 +0000 (16:52 -0400)
committerQuentin Young <qlyoung@cumulusnetworks.com>
Thu, 18 Jun 2020 21:00:51 +0000 (17:00 -0400)
frr-reload.py needs to know about config-level commands, otherwise it
assumes they are contexts

Ticket: CM-30128
Ticket: CM-30077
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
tools/frr-reload.py

index bdba65ee2ff5df2595841b3cbce90e6b90bbef2c..97bf53a3e1152ec90569e09044026d97c26638a3 100755 (executable)
@@ -504,7 +504,8 @@ end
                                 "table ",
                                 "username ",
                                 "zebra ",
-                                "vrrp autoconfigure")
+                                "vrrp autoconfigure",
+                                "evpn mh")
 
         for line in self.lines: