fr_snprint(buffer, sizeof(buffer), session_id, -1, '"');
printf("Acct-Session-Id = \"%s\"\n", buffer);
- if (zap) printf("Acct-Status-Type = Stop\n");
+ if (zap) printf("Acct-Status-Type = ::Stop\n");
printf("NAS-IP-Address = %s\n",
hostname(buffer, sizeof(buffer),
switch (rt.proto) {
case 'S':
- printf("Service-Type = Framed-User\n");
- printf("Framed-Protocol = SLIP\n");
+ printf("Service-Type = ::Framed-User\n");
+ printf("Framed-Protocol = ::SLIP\n");
break;
case 'P':
- printf("Service-Type = Framed-User\n");
- printf("Framed-Protocol = PPP\n");
+ printf("Service-Type = ::Framed-User\n");
+ printf("Framed-Protocol = ::PPP\n");
break;
default:
- printf("Service-type = Login-User\n");
+ printf("Service-type = ::Login-User\n");
break;
}
if (rt.framed_address != INADDR_NONE) {