From 4abe0fff3c4b89c19a2b5186ee65c858be344e6c Mon Sep 17 00:00:00 2001 From: bee26 Date: Sat, 28 Mar 2020 23:41:42 +0300 Subject: [PATCH] fix_pattern_more_Huawei_VRP3 --- sa/profiles/Huawei/VRP3/profile.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sa/profiles/Huawei/VRP3/profile.py b/sa/profiles/Huawei/VRP3/profile.py index cb5a4fdf22..b0c1d3aa53 100644 --- a/sa/profiles/Huawei/VRP3/profile.py +++ b/sa/profiles/Huawei/VRP3/profile.py @@ -4,7 +4,7 @@ # OS: VRP3 # Compatible: 3.1 # --------------------------------------------------------------------- -# Copyright (C) 2007-2018 The NOC Project +# Copyright (C) 2007-2020 The NOC Project # See LICENSE for details # --------------------------------------------------------------------- @@ -23,6 +23,7 @@ class Profile(BaseProfile): (r"^--More\(Enter: next line, spacebar: next page, " r"any other key: quit\)--", " "), (r"\[\]", "\n"), (r"\(y/n\) \[n\]", "y\n"), + (r"\(y/n\) \[y\]", "y\n"), (r"\[to\]\:", "\n"), ] # Do not match this line: "\r\n>>User name: " -- GitLab