diff options
| author | Denys Fedoryshchenko <nuclearcat@nuclearcat.com> | 2026-01-27 16:59:09 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-01-27 16:59:09 +0200 |
| commit | f8adaa40d143a76a28521dbd8d0e85b104f50b97 (patch) | |
| tree | 57ebab8b9a2f2fb7098392a36338aba63701c2f8 /accel-pppd/radius | |
| parent | 8e663fa5cbf1f9666df1978560da9767adf747b6 (diff) | |
| download | accel-ppp-f8adaa40d143a76a28521dbd8d0e85b104f50b97.tar.gz accel-ppp-f8adaa40d143a76a28521dbd8d0e85b104f50b97.zip | |
Update accel-pppd/radius/radius.c
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Diffstat (limited to 'accel-pppd/radius')
| -rw-r--r-- | accel-pppd/radius/radius.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/accel-pppd/radius/radius.c b/accel-pppd/radius/radius.c index fb3db755..33139d42 100644 --- a/accel-pppd/radius/radius.c +++ b/accel-pppd/radius/radius.c @@ -195,7 +195,7 @@ static void parse_framed_route(struct radius_pd_t *rpd, const char *attr) { struct framed_route *fr; - // RFC 2865: Framed-Route is IPv4-only and uses spaces; IPv6 lives in Framed-IPv6-Route. + /* RFC 2865: Framed-Route is IPv4-only and uses spaces; IPv6 lives in Framed-IPv6-Route. */ if (strchr(attr, ':')) { log_ppp_warn("radius: Framed-Route is IPv4-only per RFC 2865, use Framed-IPv6-Route for %s\n", attr); return; |
