libs/core: clean up network model, make it modular and move protocol deviations into...
authorJo-Philipp Wich <jow@openwrt.org>
Mon, 3 Oct 2011 13:57:11 +0000 (13:57 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Mon, 3 Oct 2011 13:57:11 +0000 (13:57 +0000)
commit35137845dd427dd4da8ed7a4a8f27adc37ae1b22
treec4e8a17e68da7011333c7d0a3482f03ceb5717d9
parentf3690b2e0349b517b1d8841fe32639460c8ddf9f
libs/core: clean up network model, make it modular and move protocol deviations into submodules, fix recognition of pptp and properly implement relayd protocol awareness
libs/core/luasrc/model/network.lua
libs/core/luasrc/model/network/proto_6x4.lua [new file with mode: 0644]
libs/core/luasrc/model/network/proto_ppp.lua [new file with mode: 0644]
libs/core/luasrc/model/network/proto_relay.lua [new file with mode: 0644]