Code Review
/
csit.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
bd391d7
)
bash: fix catch-all pattern in csit model matching
01/36801/3
author
Jing Peng
<
[email protected]
>
Thu, 4 Aug 2022 20:24:41 +0000
(16:24 -0400)
committer
Vratko Polak
<
[email protected]
>
Wed, 17 Aug 2022 10:22:07 +0000
(10:22 +0000)
Change-Id: Ic3c78f8f447f59bcd10fd8b88f50f93f7279430b
Signed-off-by: Jing Peng <
[email protected]
>
Signed-off-by: Vratko Polak <
[email protected]
>
resources/libraries/bash/function/device.sh
patch
|
blob
|
history
diff --git
a/resources/libraries/bash/function/device.sh
b/resources/libraries/bash/function/device.sh
index
86d4820
..
c9ebc46
100644
(file)
--- a/
resources/libraries/bash/function/device.sh
+++ b/
resources/libraries/bash/function/device.sh
@@
-1,4
+1,4
@@
-# Copyright (c) 202
1
Cisco and/or its affiliates.
+# Copyright (c) 202
2
Cisco and/or its affiliates.
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at:
@@
-495,7
+495,7
@@
function get_csit_model () {
"0x1572"|"0x154c")
MODEL="Intel-X710"
;;
-
"*"
)
+
*
)
MODEL="virtual"
esac
fi