fixup! net/mmfd: add experimental mmfd package

This commit is contained in:
Christof Schulze 2017-02-23 12:14:44 +01:00
parent 6215612fed
commit 27aee2245e
1 changed files with 0 additions and 12 deletions

View File

@ -1,12 +0,0 @@
#!/usr/bin/lua
local uci = require('luci.model.uci').cursor()
uci:delete('network', 'mmfd')
uci:section('network', 'interface', 'mmfd', {
proto = 'static',
ifname = 'mmfd0',
ip6addr = 'fe80::1/64'
}
)
uci:save('network')