Skip to content

Commit

Permalink
fix and add some constants.py
Browse files Browse the repository at this point in the history
  • Loading branch information
HenriWahl committed May 27, 2024
1 parent 2dfa054 commit 4a2613b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions dhcpy6d/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,10 @@
57: 'V6_ACCESS_DOMAIN',
58: 'SIP_UA_CS_LIST',
59: 'BOOTFILE_URL',
60: 'OPT_BOOTFILE_PARAM',
61: 'OPTION_CLIENT_ARCH_TYPE'
60: 'BOOTFILE_PARAM',
61: 'CLIENT_ARCH_TYPE',
82: 'SOL_MAX_RT',
83: 'INF_MAX_RT'
}

STATUS = {0: 'Success',
Expand Down

0 comments on commit 4a2613b

Please sign in to comment.