bird-openwrt: BIRD daemon integration with UCI and LuCI configuration 54/head
authorEloi Carbo <eloicaso@gmail.com>
Wed, 10 Sep 2014 10:32:10 +0000 (12:32 +0200)
committerEloi Carbo <eloicaso@gmail.com>
Wed, 10 Sep 2014 10:32:10 +0000 (12:32 +0200)
commit1dc4a6ae00bb72c327b199e883cba867506578c1
treecc4e3a874c05a058c4a006d99783677495b641fe
parent959f053b484cdf8843dd5686d2025be9c8c877cf
bird-openwrt: BIRD daemon integration with UCI and LuCI configuration
16 files changed:
bird-openwrt/bird4-openwrt/Makefile [new file with mode: 0644]
bird-openwrt/bird4-openwrt/src/config/bird4 [new file with mode: 0644]
bird-openwrt/bird4-openwrt/src/controller/bird4.lua [new file with mode: 0644]
bird-openwrt/bird4-openwrt/src/init.d/bird4 [new file with mode: 0755]
bird-openwrt/bird4-openwrt/src/model/bgp_proto.lua [new file with mode: 0644]
bird-openwrt/bird4-openwrt/src/model/gen_proto.lua [new file with mode: 0644]
bird-openwrt/bird4-openwrt/src/model/overview.lua [new file with mode: 0644]
bird-openwrt/bird4-openwrt/src/uci-defaults/bird4-uci-install-init.d [new file with mode: 0644]
bird-openwrt/bird6-openwrt/Makefile [new file with mode: 0644]
bird-openwrt/bird6-openwrt/src/config/bird6 [new file with mode: 0644]
bird-openwrt/bird6-openwrt/src/controller/bird6.lua [new file with mode: 0644]
bird-openwrt/bird6-openwrt/src/init.d/bird6 [new file with mode: 0755]
bird-openwrt/bird6-openwrt/src/model/bgp_proto.lua [new file with mode: 0644]
bird-openwrt/bird6-openwrt/src/model/gen_proto.lua [new file with mode: 0644]
bird-openwrt/bird6-openwrt/src/model/overview.lua [new file with mode: 0644]
bird-openwrt/bird6-openwrt/src/uci-defaults/bird6-uci-install-init.d [new file with mode: 0644]