Differences From
Artifact [a8702e1420]:
360 360 end)()]
361 361 privs:dump()
362 362 if privs:sz() > 0 then
363 363 lib.dbg('installing credential restrictions')
364 364 lib.io.fmt('on priv %llu\n',aid)
365 365 co.srv:auth_privs_set(aid, privs)
366 366 end
367 +
368 + lib.dbg('setting netmask restrictions')
369 + var nm = co:pgetv('netmask')
367 370 end
368 371 co:reroute('?')
369 372 return
370 373 end
371 374 co:complain(400,'bad request','the operation you have requested is not meaningful in this context')
372 375 end
373 376