Re: [ovs-dev] [PATCH net-next 1/8] netfilter: use macros to create module aliases.

2019-04-11 Thread Flavio Leitner via dev
On Mon, Apr 01, 2019 at 12:07:43AM +0200, Pablo Neira Ayuso wrote: > On Tue, Mar 26, 2019 at 05:57:08PM -0300, Flavio Leitner wrote: > > Each NAT helper creates a module alias which follows a pattern. > > Use macros for consistency. > > > > Signed-off-by: Flavio Leitner > > --- > >

Re: [ovs-dev] [PATCH net-next 1/8] netfilter: use macros to create module aliases.

2019-03-31 Thread Pablo Neira Ayuso
On Tue, Mar 26, 2019 at 05:57:08PM -0300, Flavio Leitner wrote: > Each NAT helper creates a module alias which follows a pattern. > Use macros for consistency. > > Signed-off-by: Flavio Leitner > --- > include/net/netfilter/nf_conntrack_helper.h | 4 > net/ipv4/netfilter/nf_nat_h323.c

[ovs-dev] [PATCH net-next 1/8] netfilter: use macros to create module aliases.

2019-03-26 Thread Flavio Leitner
Each NAT helper creates a module alias which follows a pattern. Use macros for consistency. Signed-off-by: Flavio Leitner --- include/net/netfilter/nf_conntrack_helper.h | 4 net/ipv4/netfilter/nf_nat_h323.c| 2 +- net/ipv4/netfilter/nf_nat_pptp.c| 2 +-