[meta-virtualization] [meta-cloud-services][PATCH] linux/nf.cfg: CONFIG_NF_CONNTRACK_IPV4 was replaced by CONFIG_NF_CONNTRACK

Bruce Ashfield bruce.ashfield at gmail.com
Fri Jan 25 05:32:59 PST 2019


merged

Bruce

On Fri, Jan 25, 2019 at 2:57 AM Hongzhi.Song <hongzhi.song at windriver.com> wrote:
>
> kernel has replaced CONFIG_NF_CONNTRACK_IPV4 with CONFIG_NF_CONNTRACK.
> [commit: a0ae2562c]
>
> Signed-off-by: Hongzhi.Song <hongzhi.song at windriver.com>
> ---
>  meta-openstack/recipes-kernel/linux/linux-yocto/nf.cfg | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta-openstack/recipes-kernel/linux/linux-yocto/nf.cfg b/meta-openstack/recipes-kernel/linux/linux-yocto/nf.cfg
> index 223210c..1bf82ea 100644
> --- a/meta-openstack/recipes-kernel/linux/linux-yocto/nf.cfg
> +++ b/meta-openstack/recipes-kernel/linux/linux-yocto/nf.cfg
> @@ -2,7 +2,7 @@ CONFIG_NF_CONNTRACK=y
>  CONFIG_NF_NAT=m
>  CONFIG_NF_NAT_NEEDED=y
>  CONFIG_NF_NAT_PROTO_SCTP=m
> -CONFIG_NF_CONNTRACK_IPV4=y
> +CONFIG_NF_CONNTRACK=y
>  CONFIG_NF_CONNTRACK_PROC_COMPAT=y
>  CONFIG_NF_NAT_IPV4=m
>  CONFIG_IP_NF_NAT=m
> --
> 2.8.1
>


-- 
- Thou shalt not follow the NULL pointer, for chaos and madness await
thee at its end
- "Use the force Harry" - Gandalf, Star Trek II


More information about the meta-virtualization mailing list