commit: a3cd4d5b362239f4d9104c2a9e3af9ba0eec421c Author: David Michael <david.michael <AT> coreos <DOT> com> AuthorDate: Wed Jan 4 23:42:51 2017 +0000 Commit: William Hubbs <williamh <AT> gentoo <DOT> org> CommitDate: Thu Jun 8 17:58:00 2017 +0000 URL: https://gitweb.gentoo.org/proj/baselayout.git/commit/?id=a3cd4d5b
etc/services: add etcd services X-Gentoo-Bug: 604704 X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=604704 etc/services | 2 ++ 1 file changed, 2 insertions(+) diff --git a/etc/services b/etc/services index d6b2bb4c..c5b673f4 100644 --- a/etc/services +++ b/etc/services @@ -803,6 +803,8 @@ redstorm_find 2347/tcp # Game Announcement and Location redstorm_find 2347/udp redstorm_info 2348/tcp # Information to query for game status redstorm_info 2348/udp +etcd-client 2379/tcp # etcd client communication +etcd-server 2380/tcp # etcd server to server communication cvspserver 2401/tcp # CVS client/server operations cvspserver 2401/udp venus 2430/tcp # codacon port
