Re: [PATCH 2/2] ppp: implement rtnetlink device handling

2016-01-25 Thread Guillaume Nault
On Mon, Jan 25, 2016 at 12:09:34PM +0100, walter harms wrote: > > > Am 23.12.2015 21:04, schrieb Guillaume Nault: > > @@ -1012,7 +1017,24 @@ static int ppp_dev_configure(struct net *src_net, > > struct net_device *dev, > > int indx; > > int err; > > > > - file = conf->file; > > + i

Re: [PATCH 2/2] ppp: implement rtnetlink device handling

2016-01-25 Thread walter harms
Am 23.12.2015 21:04, schrieb Guillaume Nault: > Define PPP device handler for use with rtnetlink. > > The only PPP specific attribute is IFLA_PPP_DEV_FD. It is mandatory and > contains the file descriptor of the associated /dev/ppp instance (the > file descriptor which would have been used for i

Re: [2/2] ppp: implement rtnetlink device handling

2016-01-03 Thread Sedat Dilek
Built up and ran successfully on my Ubuntu/precise AMD64 box on top of net-next.git#master up to ("c07f30ad6805: Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net"). Feel free to add my... Tested-by: Sedat Dilek - Sedat - [1] https://patchwork.ozlabs.org/patch/560703/ -- To unsubsc

[PATCH 2/2] ppp: implement rtnetlink device handling

2015-12-23 Thread Guillaume Nault
Define PPP device handler for use with rtnetlink. The only PPP specific attribute is IFLA_PPP_DEV_FD. It is mandatory and contains the file descriptor of the associated /dev/ppp instance (the file descriptor which would have been used for ioctl(PPPIOCNEWUNIT) in the ioctl-based API). PPP devices