Skip to content

Commit e6375e9

Browse files
taoyl-msShuotian Cheng
authored andcommitted
[conf]: Modify sysDescription file location to /etc/snmp/ (#12)
1 parent a3391a9 commit e6375e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sonic_ax_impl/bin/sysDescr_pass.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
sys.stdout.flush()
8282
sys.exit()
8383

84-
filepath = "/etc/ssw/sysDescription"
84+
filepath = "/etc/snmp/sysDescription"
8585
sysDescription = "SONiC (unknown version) - HwSku (unknown) - Distribution (unknown) - Kernel (unknown)"
8686

8787
try:

0 commit comments

Comments
 (0)