ttcn3-ggsn-test/fragment.config: add NET_NS, VETH

Build the kernel with NET_NS and VETH, so libgtpnl's qemu tests can
download the kernel and use it.

Related: OS#1952
Related: libgtpnl Ibf75514b866fffb11e90529e4705f126b23d7415
Change-Id: I6e893b64718f853b8595de36c090a1326db34419
This commit is contained in:
Oliver Smith 2024-02-15 12:57:29 +01:00 committed by osmith
parent 11b9d4c85c
commit e39bea3ae5
1 changed files with 5 additions and 0 deletions

View File

@ -266,3 +266,8 @@ CONFIG_VIRTIO_PCI_LEGACY=y
CONFIG_X86_HV_CALLBACK_VECTOR=y
# CONFIG_X86_X2APIC is not set
# CONFIG_XEN is not set
# For libgtpnl's qemu tests
CONFIG_NAMESPACES=y
CONFIG_NET_NS=y
CONFIG_VETH=y