Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing config-field for 60 and 61 #74

Open
markush97 opened this issue Feb 10, 2022 · 1 comment
Open

Missing config-field for 60 and 61 #74

markush97 opened this issue Feb 10, 2022 · 1 comment

Comments

@markush97
Copy link

My app crashes with an Error telling me about an undefined key.

if I add the config-fields to options.js, it works.

config.js:

  60: {// RFC 2132: Sent by client to identify type of a client
    name: 'Vendor Class-Identifier',
    type: 'ASCII',
    attr: 'vendorClassId', // 'MSFT' (win98, Me, 2000), 'MSFT 98' (win 98, me), 'MSFT 5.0' (win 2000 and up), 'alcatel.noe.0' (alcatel IP touch phone), ...
    config: 'vendorClassId'
  },
  61: {// Sent by client to specify their unique identifier, to be used to disambiguate the lease on the server
    name: 'Client-Identifier',
    type: 'ASCII',
    attr: 'clientId',
    config: 'clientId'
  },
@infusion
Copy link
Owner

Where did you get the undefined key error?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants