Skip to content

Commit

Permalink
Ensure that backslashes are escaped correctly (#2848)
Browse files Browse the repository at this point in the history
  • Loading branch information
hmpf authored Mar 1, 2024
1 parent 57c892d commit ce80dcb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/nav/smidumps/DNOS-SWITCHING-MIB.py
Original file line number Diff line number Diff line change
Expand Up @@ -10060,7 +10060,7 @@ class E addresses (240.0.0.0/4), loopback addresses (127.0.0.0/8).""",
File path can be appended to the file name if the string is less than 17
characters. Otherwise, the File Path field will need to be used and the
File Name will be appended to the File Path as is. An example would be
File Path set to c:\tftp\code\ and File Name set to e1r1v1.opr.
File Path set to c:\\tftp\code\\ and File Name set to e1r1v1.opr.
Note: File Name, File Path, and TFTP Server IP Address are applicable
only if the Transfer Mode is TFTP.""",
}, # scalar
Expand Down Expand Up @@ -10480,7 +10480,7 @@ class E addresses (240.0.0.0/4), loopback addresses (127.0.0.0/8).""",
File path can be appended to the file name if the string is less than 33
characters. Otherwise, the File Path field will need to be used and the
File Name will be appended to the File Path as is. An example would be
File Path set to c:\tftp\code\ and File Name set to e1r1v1.opr.
File Path set to c:\\tftp\\code\\ and File Name set to e1r1v1.opr.
Note: Imagename, File Name, File Path, and TFTP Server IP Address are applicable
only if the Transfer Mode is TFTP, SFTP, FTP or SCP and the object agentTransferDownloadDataType
download type is not set to code.""",
Expand Down

0 comments on commit ce80dcb

Please sign in to comment.