Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 26811 - Additional routes and static ARP table entries support for net.ethx
Summary: Additional routes and static ARP table entries support for net.ethx
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Martin Schlemmer (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-08-17 08:25 UTC by Michal Januszewski (RETIRED)
Modified: 2004-06-11 11:02 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
The patch that adds new features to net. rc-scripts. (net.dev.patch,2.11 KB, patch)
2003-08-17 08:27 UTC, Michal Januszewski (RETIRED)
Details | Diff
patch agains /etc/init.d/net.eth0, sys-apps/baselayout-1.8.10 (net.arp.patch,569 bytes, patch)
2004-04-22 14:27 UTC, Sebastian Siewior
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Michal Januszewski (RETIRED) gentoo-dev 2003-08-17 08:25:27 UTC
This patch for the current version of rc-scripts (1.4.3.10) adds support for
static ARP table entries and routes (both IPv4 and IPv6). ARP entries are set
via /etc/ethers and routes via /etc/conf.d/net.<dev>.routes.

Reproducible: Always
Steps to Reproduce:
Comment 1 Michal Januszewski (RETIRED) gentoo-dev 2003-08-17 08:27:10 UTC
Created attachment 16213 [details, diff]
The patch that adds new features to net. rc-scripts.
Comment 2 Rajiv Aaron Manglani (RETIRED) gentoo-dev 2003-09-25 22:15:11 UTC
see also bug #19695.
Comment 3 Sebastian Siewior 2004-04-22 14:27:55 UTC
Created attachment 29848 [details, diff]
patch agains /etc/init.d/net.eth0,
sys-apps/baselayout-1.8.10

add macs to /etc/ethers.ethX to set when starting ethX
Comment 4 Michal Januszewski (RETIRED) gentoo-dev 2004-04-24 12:41:03 UTC
If you were to ask me, I think we should close this bug. The static routes part is no longer relevant and static ARP table entries can be added in a postup() function.
Comment 5 Michal Januszewski (RETIRED) gentoo-dev 2004-06-11 11:02:25 UTC
OK, I'm marking this as fixed since the problems described here have been solved.