From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-844805-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	by finch.gentoo.org (Postfix) with ESMTP id 434631384B4
	for <garchives@archives.gentoo.org>; Sun,  8 Nov 2015 14:30:10 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id BE8F621C00D;
	Sun,  8 Nov 2015 14:30:07 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	(using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 1BDD221C010
	for <gentoo-commits@lists.gentoo.org>; Sun,  8 Nov 2015 14:30:07 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 64ABF3405C3
	for <gentoo-commits@lists.gentoo.org>; Sun,  8 Nov 2015 14:30:06 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id D573B2291
	for <gentoo-commits@lists.gentoo.org>; Sun,  8 Nov 2015 14:30:01 +0000 (UTC)
From: "Robin H. Johnson" <robbat2@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Robin H. Johnson" <robbat2@gentoo.org>
Message-ID: <1446991810.f9f59bf2e3b6b5eb50dedec4c3372595dfd03658.robbat2@OpenRC>
Subject: [gentoo-commits] proj/netifrc:master commit in: /
X-VCS-Repository: proj/netifrc
X-VCS-Files: TODO
X-VCS-Directories: /
X-VCS-Committer: robbat2
X-VCS-Committer-Name: Robin H. Johnson
X-VCS-Revision: f9f59bf2e3b6b5eb50dedec4c3372595dfd03658
X-VCS-Branch: master
Date: Sun,  8 Nov 2015 14:30:01 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: df9a16a2-355f-4243-8589-961d11edeafa
X-Archives-Hash: 53501d4bb2e27df1219ce91b74195b9b

commit:     f9f59bf2e3b6b5eb50dedec4c3372595dfd03658
Author:     Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
AuthorDate: Sun Nov  8 14:10:10 2015 +0000
Commit:     Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
CommitDate: Sun Nov  8 14:10:10 2015 +0000
URL:        https://gitweb.gentoo.org/proj/netifrc.git/commit/?id=f9f59bf2

TODO: Document more interface types we need to support.

Signed-off-by: Robin H. Johnson <robbat2 <AT> gentoo.org>

 TODO | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/TODO b/TODO
index e19f27a..f8d8902 100644
--- a/TODO
+++ b/TODO
@@ -11,4 +11,23 @@
 	- rem vlan1 - _ifindex (eth0=0,vlan2=1)
 	- add vlan3 - _ifindex (eth0=0,vlan2=1,vlan3=2)
 	Now your routing table has entries for both vlan2 and vlan3 with a metric of 2.
+- Support many more device types easily:
+  - Dummy: ip link add dev dummy1 type dummy
+  - HSR: ip link add name hsr0 type hsr slave1 dummy3 slave2 dummy4
+  - VXLAN: ip link add link dummy2 name vxlan199 type vxlan id 199 dev dummy2 group 224.2.0.199 dstport 4789
+  - IPVLAN: ...
+  - IFB: ip link add ifb0 type ifb 
+  - CAN:
+  - VCAN:
+  - ip6tnl:
+  - gre,gretap:
+  - ip6gre,ip6gretap:
+  - vti:
+  - nlmon: ip link add nlmon0 type nlmon
+  - ipvlan: ...
+  - lowpan:
+  - macvtap:
+  - ipoib: ..
+  - geneve: ip link add gen0 type geneve id 0 remote 192.168.53.53
+