Skip to content

Commit ce80dcb

Browse files
authored
Ensure that backslashes are escaped correctly (#2848)
1 parent 57c892d commit ce80dcb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

python/nav/smidumps/DNOS-SWITCHING-MIB.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10060,7 +10060,7 @@ class E addresses (240.0.0.0/4), loopback addresses (127.0.0.0/8).""",
1006010060
File path can be appended to the file name if the string is less than 17
1006110061
characters. Otherwise, the File Path field will need to be used and the
1006210062
File Name will be appended to the File Path as is. An example would be
10063-
File Path set to c:\tftp\code\ and File Name set to e1r1v1.opr.
10063+
File Path set to c:\\tftp\code\\ and File Name set to e1r1v1.opr.
1006410064
Note: File Name, File Path, and TFTP Server IP Address are applicable
1006510065
only if the Transfer Mode is TFTP.""",
1006610066
}, # scalar
@@ -10480,7 +10480,7 @@ class E addresses (240.0.0.0/4), loopback addresses (127.0.0.0/8).""",
1048010480
File path can be appended to the file name if the string is less than 33
1048110481
characters. Otherwise, the File Path field will need to be used and the
1048210482
File Name will be appended to the File Path as is. An example would be
10483-
File Path set to c:\tftp\code\ and File Name set to e1r1v1.opr.
10483+
File Path set to c:\\tftp\\code\\ and File Name set to e1r1v1.opr.
1048410484
Note: Imagename, File Name, File Path, and TFTP Server IP Address are applicable
1048510485
only if the Transfer Mode is TFTP, SFTP, FTP or SCP and the object agentTransferDownloadDataType
1048610486
download type is not set to code.""",

0 commit comments

Comments
 (0)