Newer
Older

Matthias Schiffer
committed
local site = require "gluon.site"

Matthias Schiffer
committed
local f = io.open("/tmp/range6","r")
local g = io.open("/tmp/addr6", "r")
if f and g then
local range6 = f:read('*a')

Matthias Schiffer
committed
io.write("-i br-client -p " .. range6)
io.write(" --rdnss " .. addr6)