bird: Rename to bird1 and bump to v1.6.4
authorToke Høiland-Jørgensen <toke@toke.dk>
Wed, 16 May 2018 10:24:00 +0000 (12:24 +0200)
committerToke Høiland-Jørgensen <toke@toke.dk>
Wed, 16 May 2018 10:34:51 +0000 (12:34 +0200)
commitecbdeb0500cc92b514a7442a09b9e90973fa3554
treeb1f6b0e3766a75aee094aea3e3dd88000a93138c
parent453de2136e2f354b2d6c88270297f31d4de488ae
bird: Rename to bird1 and bump to v1.6.4

This renames the bird and bird-openwrt packages to bird1, to make it
possible for bird2 (added in a subsequent commit) to coexist with it.

The packages are renamed to bird1-ipv{4,6} to avoid the confusion of
having packages named 'bird2', 'bird4' and 'bird6'.

Also bump to v1.6.4 as that contains important bug fixes.

Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
76 files changed:
bird-openwrt/LUCI-DOCUMENTATION.md [deleted file]
bird-openwrt/README.md [deleted file]
bird-openwrt/UCI-DOCUMENTATION.md [deleted file]
bird-openwrt/bird4-openwrt/Makefile [deleted file]
bird-openwrt/bird4-openwrt/src/config/bird4 [deleted file]
bird-openwrt/bird4-openwrt/src/controller/bird4.lua [deleted file]
bird-openwrt/bird4-openwrt/src/init.d/bird4 [deleted file]
bird-openwrt/bird4-openwrt/src/init.d/bird4-lib.sh [deleted file]
bird-openwrt/bird4-openwrt/src/model/bgp_proto.lua [deleted file]
bird-openwrt/bird4-openwrt/src/model/filters.lua [deleted file]
bird-openwrt/bird4-openwrt/src/model/functions.lua [deleted file]
bird-openwrt/bird4-openwrt/src/model/gen_proto.lua [deleted file]
bird-openwrt/bird4-openwrt/src/model/overview.lua [deleted file]
bird-openwrt/bird4-openwrt/src/model/status.lua [deleted file]
bird-openwrt/bird4-openwrt/src/uci-defaults/99-relocate-filters [deleted file]
bird-openwrt/bird4-openwrt/src/uci-defaults/bird-uci-install-init.d [deleted file]
bird-openwrt/bird4-openwrt/src/view/log.htm [deleted file]
bird-openwrt/bird4-openwrt/src/view/tvalue.htm [deleted file]
bird-openwrt/bird6-openwrt/Makefile [deleted file]
bird-openwrt/bird6-openwrt/src/config/bird6 [deleted file]
bird-openwrt/bird6-openwrt/src/controller/bird6.lua [deleted file]
bird-openwrt/bird6-openwrt/src/init.d/bird6 [deleted file]
bird-openwrt/bird6-openwrt/src/init.d/bird6-lib.sh [deleted file]
bird-openwrt/bird6-openwrt/src/model/bgp_proto.lua [deleted file]
bird-openwrt/bird6-openwrt/src/model/filters.lua [deleted file]
bird-openwrt/bird6-openwrt/src/model/functions.lua [deleted file]
bird-openwrt/bird6-openwrt/src/model/gen_proto.lua [deleted file]
bird-openwrt/bird6-openwrt/src/model/overview.lua [deleted file]
bird-openwrt/bird6-openwrt/src/model/status.lua [deleted file]
bird-openwrt/bird6-openwrt/src/uci-defaults/99-relocate-filters [deleted file]
bird-openwrt/bird6-openwrt/src/uci-defaults/bird-uci-install-init.d [deleted file]
bird-openwrt/bird6-openwrt/src/view/log.htm [deleted file]
bird-openwrt/bird6-openwrt/src/view/tvalue.htm [deleted file]
bird/Makefile [deleted file]
bird/files/bird4.conf [deleted file]
bird/files/bird4.init [deleted file]
bird/files/bird6.conf [deleted file]
bird/files/bird6.init [deleted file]
bird1-openwrt/LUCI-DOCUMENTATION.md [new file with mode: 0644]
bird1-openwrt/README.md [new file with mode: 0644]
bird1-openwrt/UCI-DOCUMENTATION.md [new file with mode: 0644]
bird1-openwrt/bird1-ipv4-openwrt/Makefile [new file with mode: 0644]
bird1-openwrt/bird1-ipv4-openwrt/src/config/bird4 [new file with mode: 0644]
bird1-openwrt/bird1-ipv4-openwrt/src/controller/bird4.lua [new file with mode: 0644]
bird1-openwrt/bird1-ipv4-openwrt/src/init.d/bird4 [new file with mode: 0755]
bird1-openwrt/bird1-ipv4-openwrt/src/init.d/bird4-lib.sh [new file with mode: 0644]
bird1-openwrt/bird1-ipv4-openwrt/src/model/bgp_proto.lua [new file with mode: 0644]
bird1-openwrt/bird1-ipv4-openwrt/src/model/filters.lua [new file with mode: 0644]
bird1-openwrt/bird1-ipv4-openwrt/src/model/functions.lua [new file with mode: 0644]
bird1-openwrt/bird1-ipv4-openwrt/src/model/gen_proto.lua [new file with mode: 0644]
bird1-openwrt/bird1-ipv4-openwrt/src/model/overview.lua [new file with mode: 0644]
bird1-openwrt/bird1-ipv4-openwrt/src/model/status.lua [new file with mode: 0644]
bird1-openwrt/bird1-ipv4-openwrt/src/uci-defaults/99-relocate-filters [new file with mode: 0644]
bird1-openwrt/bird1-ipv4-openwrt/src/uci-defaults/bird-uci-install-init.d [new file with mode: 0644]
bird1-openwrt/bird1-ipv4-openwrt/src/view/log.htm [new file with mode: 0644]
bird1-openwrt/bird1-ipv4-openwrt/src/view/tvalue.htm [new file with mode: 0644]
bird1-openwrt/bird1-ipv6-openwrt/Makefile [new file with mode: 0644]
bird1-openwrt/bird1-ipv6-openwrt/src/config/bird6 [new file with mode: 0644]
bird1-openwrt/bird1-ipv6-openwrt/src/controller/bird6.lua [new file with mode: 0644]
bird1-openwrt/bird1-ipv6-openwrt/src/init.d/bird6 [new file with mode: 0755]
bird1-openwrt/bird1-ipv6-openwrt/src/init.d/bird6-lib.sh [new file with mode: 0644]
bird1-openwrt/bird1-ipv6-openwrt/src/model/bgp_proto.lua [new file with mode: 0644]
bird1-openwrt/bird1-ipv6-openwrt/src/model/filters.lua [new file with mode: 0644]
bird1-openwrt/bird1-ipv6-openwrt/src/model/functions.lua [new file with mode: 0644]
bird1-openwrt/bird1-ipv6-openwrt/src/model/gen_proto.lua [new file with mode: 0644]
bird1-openwrt/bird1-ipv6-openwrt/src/model/overview.lua [new file with mode: 0644]
bird1-openwrt/bird1-ipv6-openwrt/src/model/status.lua [new file with mode: 0644]
bird1-openwrt/bird1-ipv6-openwrt/src/uci-defaults/99-relocate-filters [new file with mode: 0644]
bird1-openwrt/bird1-ipv6-openwrt/src/uci-defaults/bird-uci-install-init.d [new file with mode: 0644]
bird1-openwrt/bird1-ipv6-openwrt/src/view/log.htm [new file with mode: 0644]
bird1-openwrt/bird1-ipv6-openwrt/src/view/tvalue.htm [new file with mode: 0644]
bird1/Makefile [new file with mode: 0644]
bird1/files/bird4.conf [new file with mode: 0644]
bird1/files/bird4.init [new file with mode: 0644]
bird1/files/bird6.conf [new file with mode: 0644]
bird1/files/bird6.init [new file with mode: 0644]