From: "Robin H. Johnson" <robbat2@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/netifrc:master commit in: /
Date: Sat, 24 Aug 2013 01:04:37 +0000 (UTC) [thread overview]
Message-ID: <1377306268.f0730199d43cd02e1b0a4b79707799bd377e1ae3.robbat2@OpenRC> (raw)
commit: f0730199d43cd02e1b0a4b79707799bd377e1ae3
Author: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 24 01:04:28 2013 +0000
Commit: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
CommitDate: Sat Aug 24 01:04:28 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/netifrc.git;a=commit;h=f0730199
Other files to have.
Signed-off-by: Robin H. Johnson <robbat2 <AT> gentoo.org>
---
README | 19 +++++++++++++++++++
TODO | 14 ++++++++++++++
2 files changed, 33 insertions(+)
diff --git a/README b/README
new file mode 100644
index 0000000..e7d8a94
--- /dev/null
+++ b/README
@@ -0,0 +1,19 @@
+netifrc README
+
+You should probably go and read the OpenRC README.
+
+netifrc is what was previously called 'oldnet' in OpenRC, and was the only
+networking system in Baselayout 1.x. This system has been around a very long
+time, at least as far back as September 2001 (that was the rc-scripts-1.1.5
+release).
+
+If you're interested in who contributed to this, please see the extensive
+CREDITS file.
+
+Reporting Bugs
+--------------
+Since Gentoo Linux is hosting OpenRC development, Bugs should go to
+the Gentoo Bugzilla:
+ http://bugs.gentoo.org/
+They should be filed under the "Gentoo Hosted Projects" product and
+the "netifrc" component.
diff --git a/TODO b/TODO
new file mode 100644
index 0000000..e19f27a
--- /dev/null
+++ b/TODO
@@ -0,0 +1,14 @@
+- Review setting of bridge configuration on dynamic interface add
+- _ifindex is not a reliable means of calculating metrics:
+ _ifindex is used for calculating metrics for new devices but has a major
+ problem: Since it's only the nth entry in /proc/net/dev
+ And devices may be removed from that file, and reordered, you won't always
+ get the same result.
+ If you do:
+ - add eth0 - _ifindex (eth0=0)
+ - add vlan1 - _ifindex (eth0=0,vlan1=1)
+ - add vlan2 - _ifindex (eth0=0,vlan1=1,vlan2=2)
+ - 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.
+
next reply other threads:[~2013-08-24 1:04 UTC|newest]
Thread overview: 59+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-08-24 1:04 Robin H. Johnson [this message]
-- strict thread matches above, loose matches on Subject: below --
2013-08-24 1:04 [gentoo-commits] proj/netifrc:master commit in: / Robin H. Johnson
2013-08-24 1:04 Robin H. Johnson
2013-08-24 1:04 Robin H. Johnson
2013-08-24 1:19 Robin H. Johnson
2013-08-24 1:19 Robin H. Johnson
2013-08-24 1:19 Robin H. Johnson
2013-08-25 8:17 Robin H. Johnson
2013-08-28 17:01 Robin H. Johnson
2014-03-04 18:45 Robin H. Johnson
2014-03-05 18:40 Robin H. Johnson
2014-03-07 17:37 Robin H. Johnson
2014-04-15 18:20 Robin H. Johnson
2014-07-17 17:56 Robin H. Johnson
2014-12-11 18:13 Robin H. Johnson
2015-01-09 17:17 Robin H. Johnson
2015-01-09 17:19 Robin H. Johnson
2015-01-16 18:16 Robin H. Johnson
2015-01-22 23:01 Robin H. Johnson
2015-01-22 23:01 Robin H. Johnson
2015-01-22 23:01 Robin H. Johnson
2015-01-22 23:10 Robin H. Johnson
2015-05-25 10:01 Mike Frysinger
2015-05-25 10:04 Mike Frysinger
2015-05-25 10:04 Mike Frysinger
2015-05-25 10:04 Mike Frysinger
2015-11-08 14:30 Robin H. Johnson
2015-11-08 14:30 Robin H. Johnson
2015-11-08 14:33 Robin H. Johnson
2015-11-08 14:33 Robin H. Johnson
2016-07-05 18:13 Robin H. Johnson
2016-07-05 18:14 Robin H. Johnson
2016-07-05 18:23 Robin H. Johnson
2016-07-19 19:59 Robin H. Johnson
2016-10-24 20:51 Robin H. Johnson
2016-10-24 23:16 Robin H. Johnson
2016-10-24 23:16 Robin H. Johnson
2016-10-27 1:23 Robin H. Johnson
2017-01-27 21:54 Robin H. Johnson
2017-06-09 23:55 Robin H. Johnson
2017-06-14 20:24 Robin H. Johnson
2017-10-21 20:56 Robin H. Johnson
2017-11-27 20:27 Robin H. Johnson
2018-07-10 21:42 Jason Donenfeld
2019-04-21 4:12 Robin H. Johnson
2019-04-21 4:17 Robin H. Johnson
2019-04-21 4:18 Robin H. Johnson
2020-01-04 8:09 Robin H. Johnson
2021-01-05 18:19 Robin H. Johnson
2021-02-10 13:08 Lars Wendler
2021-04-05 20:00 Robin H. Johnson
2021-04-05 20:02 Robin H. Johnson
2023-04-17 4:37 Sam James
2023-05-29 0:17 Mike Gilbert
2023-09-10 15:18 Sam James
2023-10-20 0:20 Sam James
2024-09-23 11:58 Sam James
2024-09-23 12:02 Sam James
2024-09-29 0:28 Sam James
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1377306268.f0730199d43cd02e1b0a4b79707799bd377e1ae3.robbat2@OpenRC \
--to=robbat2@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox