<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr">
<div id="divtagdefaultwrapper" style="font-size:12pt;color:#000000;font-family:Calibri,Helvetica,sans-serif;" dir="ltr">
<p>In the process of testing Kea for our environment, I have uncovered a peculiar use-case.  We have a particular vendor whose gear requires option 43 to contain a string.</p>
<p><br>
</p>
<p>In our ISC DHCP server, we do this with (hex for the string "SWRD"):</p>
<p><br>
</p>
<p></p>
<p style="margin: 0px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: normal; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo; background-color: rgb(251, 255, 255);">
<span style="font-variant-ligatures: no-common-ligatures;">option vendor-encapsulated-options 53:57:52:44;</span></p>
<br>
<p></p>
<p>which shows up in a tcpdump as (decimal for the string "SWRD"):</p>
<p><br>
</p>
<p></p>
<div><span style="white-space:pre"></span>   Vendor-Option Option 43, length 4: 83.87.82.68</div>
<div><br>
</div>
<div>I'm trying to find out to accomplish this with Kea.  Option 43 is already defined as type 'empty', and I can't override this in the kea.conf file.  I haven't tried to implement this as a sub-option, as it would prepend the string with a code and length.
  Any ideas how I could make this work?  Could I conceivably override the option in a hook?  Or would I still face the same restrictions with overriding the option type?</div>
<br>
<p></p>
<p><br>
</p>
<div id="Signature">
<div id="divtagdefaultwrapper" style="font-size: 12pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255); font-family: Calibri, Arial, Helvetica, sans-serif, Helvetica, EmojiFont, "Apple Color Emoji", "Segoe UI Emoji", NotoColorEmoji, "Segoe UI Symbol", "Android Emoji", EmojiSymbols;">
<div name="divtagdefaultwrapper" style="font-family:Calibri,Arial,Helvetica,sans-serif; font-size:; margin:0">
Duane Wylie<br>
<br>
</div>
</div>
</div>
</div>
</body>
</html>