diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2015-11-08 06:16:08 -0800 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2015-11-08 06:29:17 -0800 |
commit | 15cd79dc46303988464d962ad6bf59050feba801 (patch) | |
tree | 705e46243e3ed906a644f6bd3aaab2d044fc42fb /TODO | |
parent | TODO: Document more interface types we need to support. (diff) | |
download | netifrc-15cd79dc46303988464d962ad6bf59050feba801.tar.gz netifrc-15cd79dc46303988464d962ad6bf59050feba801.tar.bz2 netifrc-15cd79dc46303988464d962ad6bf59050feba801.zip |
New interface type: dummy.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -12,7 +12,6 @@ - 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: ... |