Advertisement
Zageron

Untitled

Jan 17th, 2014
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.77 KB | None | 0 0
  1. #define ADD_PORT_MAPPING_PARAMS "<NewRemoteHost></NewRemoteHost>\r\n" \
  2. "<NewExternalPort>%u</NewExternalPort>\r\n"\
  3. "<NewProtocol>%s</NewProtocol>\r\n" \
  4. "<NewInternalPort>%u</NewInternalPort>\r\n"\
  5. "<NewInternalClient>%s</NewInternalClient>\r\n" \
  6. "<NewEnabled>1</NewEnabled>\r\n" \
  7. "<NewPortMappingDescription>%s</NewPortMappingDescription>\r\n" \
  8. "<NewLeaseDuration>" \
  9. PORT_MAPPING_LEASE_TIME \
  10. "</NewLeaseDuration>\r\n"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement