Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion configs/aarch64_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ BR2_ROOTFS_POST_BUILD_SCRIPT="${BR2_EXTERNAL_INFIX_PATH}/board/common/post-build
BR2_ROOTFS_POST_IMAGE_SCRIPT="${BR2_EXTERNAL_INFIX_PATH}/board/common/post-image.sh"
BR2_LINUX_KERNEL=y
BR2_LINUX_KERNEL_CUSTOM_VERSION=y
BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.12.3"
BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.12.11"
BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y
BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="${BR2_EXTERNAL_INFIX_PATH}/board/aarch64/linux_defconfig"
BR2_LINUX_KERNEL_INSTALL_TARGET=y
Expand Down
2 changes: 1 addition & 1 deletion configs/aarch64_minimal_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ BR2_ROOTFS_POST_BUILD_SCRIPT="${BR2_EXTERNAL_INFIX_PATH}/board/common/post-build
BR2_ROOTFS_POST_IMAGE_SCRIPT="${BR2_EXTERNAL_INFIX_PATH}/board/common/post-image.sh"
BR2_LINUX_KERNEL=y
BR2_LINUX_KERNEL_CUSTOM_VERSION=y
BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.12.3"
BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.12.11"
BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y
BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="${BR2_EXTERNAL_INFIX_PATH}/board/aarch64/linux_defconfig"
BR2_LINUX_KERNEL_INSTALL_TARGET=y
Expand Down
2 changes: 1 addition & 1 deletion configs/x86_64_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ BR2_ROOTFS_POST_BUILD_SCRIPT="board/qemu/x86_64/post-build.sh ${BR2_EXTERNAL_INF
BR2_ROOTFS_POST_IMAGE_SCRIPT="${BR2_EXTERNAL_INFIX_PATH}/board/common/post-image.sh"
BR2_LINUX_KERNEL=y
BR2_LINUX_KERNEL_CUSTOM_VERSION=y
BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.12.3"
BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.12.11"
BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y
BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="${BR2_EXTERNAL_INFIX_PATH}/board/x86_64/linux_defconfig"
BR2_LINUX_KERNEL_INSTALL_TARGET=y
Expand Down
2 changes: 1 addition & 1 deletion configs/x86_64_minimal_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ BR2_ROOTFS_POST_BUILD_SCRIPT="board/qemu/x86_64/post-build.sh ${BR2_EXTERNAL_INF
BR2_ROOTFS_POST_IMAGE_SCRIPT="${BR2_EXTERNAL_INFIX_PATH}/board/common/post-image.sh"
BR2_LINUX_KERNEL=y
BR2_LINUX_KERNEL_CUSTOM_VERSION=y
BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.12.3"
BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.12.11"
BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y
BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="${BR2_EXTERNAL_INFIX_PATH}/board/x86_64/linux_defconfig"
BR2_LINUX_KERNEL_INSTALL_TARGET=y
Expand Down
2 changes: 1 addition & 1 deletion infix
Submodule infix updated 29 files
+3 −3 .github/SUPPORT.md
+4 −0 board/aarch64/cn9130-crb/README.md
+7 −0 board/aarch64/r2s/README.md
+5 −2 doc/ChangeLog.md
+176 −5 doc/management.md
+15 −1 src/confd/yang/infix-services.yang
+16 −9 src/test-mode/src/test-mode.c
+30 −0 test/case/ietf_interfaces/dual_bridge/dual_bridge.adoc
+1 −1 test/case/ietf_interfaces/tunnel_bridged/gretap_bridged.adoc
+1 −1 test/case/ietf_interfaces/tunnel_bridged/vxlan_bridged.adoc
+4 −0 test/case/ietf_interfaces/verify_all_interface_types/verify_all_interface_types.adoc
+4 −1 test/case/infix_services/Readme.adoc
+5 −6 test/case/infix_services/infix_services.yaml
+1 −0 test/case/infix_services/lldp_enable_disable/Readme.adoc
+28 −0 test/case/infix_services/lldp_enable_disable/lldp_enable_disable.adoc
+91 −0 test/case/infix_services/lldp_enable_disable/test.py
+1 −1 test/case/infix_services/lldp_enable_disable/topology.dot
+0 −0 test/case/infix_services/lldp_enable_disable/topology.svg
+1 −0 test/case/infix_services/mdns_enable_disable/Readme.adoc
+28 −0 test/case/infix_services/mdns_enable_disable/mdns_enable_disable.adoc
+88 −0 test/case/infix_services/mdns_enable_disable/test.py
+23 −0 test/case/infix_services/mdns_enable_disable/topology.dot
+44 −0 test/case/infix_services/mdns_enable_disable/topology.svg
+0 −30 test/case/infix_services/services_basic/Readme.adoc
+0 −125 test/case/infix_services/services_basic/test.py
+1 −0 test/case/infix_services/ssh_key_authentication/ssh_key_authentication.adoc
+1 −0 test/case/infix_services/ssh_server_config/ssh_server_config.adoc
+2 −2 test/case/use_case/ospf_container/ospf_container.adoc
+8 −5 test/infamy/netns.py