diff --git a/sig/Networking/README.md b/sig/Networking/README.md index c522a25eed1be941b8170edbcb974dedb69c84d8..ec72ed776359745a6e0ef8e8ebdd1bb6ac851075 100644 --- a/sig/Networking/README.md +++ b/sig/Networking/README.md @@ -179,3 +179,4 @@ Everyone could send patches to openEuler. - https://gitee.com/openeuler/ub-lldpd - https://gitee.com/src-openeuler/ub-dhcp - https://gitee.com/src-openeuler/ub-lldpd +- https://gitee.com/src-openeuler/keama diff --git a/sig/Networking/sig-info.yaml b/sig/Networking/sig-info.yaml index 21e4cc52adca1f77707e50b71993a909d227bd6e..e85e6e096f37d6b1f2d0da8f18a79746be57f6ae 100644 --- a/sig/Networking/sig-info.yaml +++ b/sig/Networking/sig-info.yaml @@ -304,6 +304,14 @@ repositories: organization: Kylin Software email: tanggeliang@kylinos.cn +- repo: + - src-openeuler/keama + committers: + - gitee_id: realxiaoyang + name: zhaoyang + organization: Kylin Software + email: zhaoyang@kylinos.cn + branches: - repo_branch: - repo: src-openeuler/c-ares diff --git a/sig/Networking/src-openeuler/k/keama.yaml b/sig/Networking/src-openeuler/k/keama.yaml new file mode 100644 index 0000000000000000000000000000000000000000..86bacadd302cc170cad927575d18c4a647c6ce57 --- /dev/null +++ b/sig/Networking/src-openeuler/k/keama.yaml @@ -0,0 +1,7 @@ +name: keama +description: Kea migration assistant (keama) is an experimental tool that works as an assistance tool that helps migration from ISC-DHCP (that now reached its End-Of-Life) into Kea, which is a modern DHCP implementation. Keama is based on ISC DHCP source code. It is able to read an isc-dhcp configuration and produce a JSON configuration in Kea format. It should be used as a standalone configuration conversion utility. We do not recommend running this code in a production DHCP server. The keama tool converts ISC DHCP configuration. +upstream: https://gitlab.isc.org/isc-projects/keama.git +branches: +- name: master + type: protected +type: public