Compare commits

...

1 Commits

Author SHA1 Message Date
Tanya Singh
5c0afbdea2 Fix typo for cloud discovery script for DHCP option 138
Signed-off-by: Tanya Singh <tanya_singh@accton.com>
2025-08-19 11:14:47 +08:00

View File

@@ -5,7 +5,7 @@ import * as fs from 'fs';
let cmd = ARGV[0];
let ifname = getenv("interface");
let opt224 = getenv("opt138");
let opt138 = getenv("opt138");
let opt224 = getenv("opt224");
if (cmd != 'bound' && cmd != 'renew')