Re: [RFC][PATCH 2.6.19 5/6] add "add" element in /sys/class/misc/netconsole

2006-12-12 Thread Matt Mackall
On Tue, Dec 12, 2006 at 03:37:20PM +0900, Keiichi KII wrote: > From: Keiichi KII <[EMAIL PROTECTED]> > > This patch contains the following changes. > > To add port dynamically, create "add" element in /sys/class/misc/netconsole. > > ex) > 1. echo "eth0" > /sys/clas/misc/netconsole/add >then

Re: [RFC][PATCH 2.6.19 5/6] add add element in /sys/class/misc/netconsole

2006-12-12 Thread Matt Mackall
On Tue, Dec 12, 2006 at 03:37:20PM +0900, Keiichi KII wrote: From: Keiichi KII [EMAIL PROTECTED] This patch contains the following changes. To add port dynamically, create add element in /sys/class/misc/netconsole. ex) 1. echo eth0 /sys/clas/misc/netconsole/add then the port is

[RFC][PATCH 2.6.19 5/6] add "add" element in /sys/class/misc/netconsole

2006-12-11 Thread Keiichi KII
From: Keiichi KII <[EMAIL PROTECTED]> This patch contains the following changes. To add port dynamically, create "add" element in /sys/class/misc/netconsole. ex) 1. echo "eth0" > /sys/clas/misc/netconsole/add then the port is added with the default settings. 2. echo "@/eth0,@192.168.0.1/" >

[RFC][PATCH 2.6.19 5/6] add add element in /sys/class/misc/netconsole

2006-12-11 Thread Keiichi KII
From: Keiichi KII [EMAIL PROTECTED] This patch contains the following changes. To add port dynamically, create add element in /sys/class/misc/netconsole. ex) 1. echo eth0 /sys/clas/misc/netconsole/add then the port is added with the default settings. 2. echo @/eth0,@192.168.0.1/