bird-openwrt: update to version 0.3
authorEloi <eloicaso@users.noreply.github.com>
Wed, 13 Dec 2017 21:52:59 +0000 (21:52 +0000)
committerMoritz Warning <moritzwarning@web.de>
Wed, 13 Dec 2017 21:52:59 +0000 (22:52 +0100)
commit7cb7b83325a35053913d10a0d54ca2a997ce444b
treee9eec42ea0b6567789f3610ea51f669f092f938a
parente35a8f9dc9e029fd76e571210b985ea33adf1364
bird-openwrt: update to version 0.3

Enhancements and bug fixes including:
- Developed and Tested against Bird-1.6.3
- New LUCI scripts (Logs, Functions and Filters)
- Enhanced UX and less use of Terminal for daily management
- Improved UX by adding extra information for the administrator
- Refactor DOCN and include missing parts.
- Code cleaning and refactoring
- New DOCN-specific [Repository](https://github.com/eloicaso/bgp-bmx6-bird-docn)
36 files changed:
bird-openwrt/DOCUMENTATION [deleted file]
bird-openwrt/LUCI-DOCUMENTATION.md [new file with mode: 0644]
bird-openwrt/README.md [new file with mode: 0644]
bird-openwrt/UCI-DOCUMENTATION.md [new file with mode: 0644]
bird-openwrt/bird4-openwrt/Makefile
bird-openwrt/bird4-openwrt/src/config/bird4
bird-openwrt/bird4-openwrt/src/controller/bird4.lua
bird-openwrt/bird4-openwrt/src/init.d/bird4
bird-openwrt/bird4-openwrt/src/init.d/bird4-lib.sh [new file with mode: 0644]
bird-openwrt/bird4-openwrt/src/model/bgp_proto.lua
bird-openwrt/bird4-openwrt/src/model/filters.lua [new file with mode: 0644]
bird-openwrt/bird4-openwrt/src/model/functions.lua [new file with mode: 0644]
bird-openwrt/bird4-openwrt/src/model/gen_proto.lua
bird-openwrt/bird4-openwrt/src/model/overview.lua
bird-openwrt/bird4-openwrt/src/model/status.lua [new file with mode: 0644]
bird-openwrt/bird4-openwrt/src/uci-defaults/99-relocate-filters [new file with mode: 0644]
bird-openwrt/bird4-openwrt/src/uci-defaults/bird-uci-install-init.d [new file with mode: 0644]
bird-openwrt/bird4-openwrt/src/uci-defaults/bird4-uci-install-init.d [deleted file]
bird-openwrt/bird4-openwrt/src/view/log.htm [new file with mode: 0644]
bird-openwrt/bird4-openwrt/src/view/tvalue.htm [new file with mode: 0644]
bird-openwrt/bird6-openwrt/Makefile
bird-openwrt/bird6-openwrt/src/config/bird6
bird-openwrt/bird6-openwrt/src/controller/bird6.lua
bird-openwrt/bird6-openwrt/src/init.d/bird6
bird-openwrt/bird6-openwrt/src/init.d/bird6-lib.sh [new file with mode: 0644]
bird-openwrt/bird6-openwrt/src/model/bgp_proto.lua
bird-openwrt/bird6-openwrt/src/model/filters.lua [new file with mode: 0644]
bird-openwrt/bird6-openwrt/src/model/functions.lua [new file with mode: 0644]
bird-openwrt/bird6-openwrt/src/model/gen_proto.lua
bird-openwrt/bird6-openwrt/src/model/overview.lua
bird-openwrt/bird6-openwrt/src/model/status.lua [new file with mode: 0644]
bird-openwrt/bird6-openwrt/src/uci-defaults/99-relocate-filters [new file with mode: 0644]
bird-openwrt/bird6-openwrt/src/uci-defaults/bird-uci-install-init.d [new file with mode: 0644]
bird-openwrt/bird6-openwrt/src/uci-defaults/bird6-uci-install-init.d [deleted file]
bird-openwrt/bird6-openwrt/src/view/log.htm [new file with mode: 0644]
bird-openwrt/bird6-openwrt/src/view/tvalue.htm [new file with mode: 0644]