diff options
| author | Sergey V. Lobanov <svlobanov@users.noreply.github.com> | 2025-05-04 21:56:45 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-05-04 21:56:45 +0300 |
| commit | 2abcbef999e2760cb497af773c0ab6d5577c4a29 (patch) | |
| tree | db56590d83bd2372156e29e1dc9db0b8dc63094c /accel-pppd/ctrl | |
| parent | b6938e83144ff4f5495195dbb60d59e1e7511840 (diff) | |
| parent | df1d09799a10885c23ad0760b3d1b6ac96cd10d7 (diff) | |
| download | accel-ppp-2abcbef999e2760cb497af773c0ab6d5577c4a29.tar.gz accel-ppp-2abcbef999e2760cb497af773c0ab6d5577c4a29.zip | |
Merge pull request #234 from aapostoliuk/T7047
ipoe: fixed DHCP option 42 (ntp servers)
Diffstat (limited to 'accel-pppd/ctrl')
| -rw-r--r-- | accel-pppd/ctrl/ipoe/dhcpv4_options.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/accel-pppd/ctrl/ipoe/dhcpv4_options.c b/accel-pppd/ctrl/ipoe/dhcpv4_options.c index b5f2b3bf..0175dee7 100644 --- a/accel-pppd/ctrl/ipoe/dhcpv4_options.c +++ b/accel-pppd/ctrl/ipoe/dhcpv4_options.c @@ -46,7 +46,7 @@ static struct known_option options[] = { { 26, 2, 2, 2, "MTU", print_int }, { 28, 4, 4, 4, "Broadcast", print_ip }, { 33, 8, 255, 8, "Route", print_route }, - { 42, 4, 4, 4, "NTP", print_ip }, + { 42, 4, 255, 4, "NTP", print_ip }, { 43, 1, 255, 1, "Vendor-Specific", print_hex }, { 50, 4, 4, 4, "Request-IP", print_ip }, { 51, 4, 4, 4, "Lease-Time", print_uint }, |
