From 461fc3cded93ea0eb7fede74ab2669fc464ad541 Mon Sep 17 00:00:00 2001 From: suyuan <175338101@qq.com> Date: Fri, 25 Nov 2022 16:03:29 +0800 Subject: [PATCH] fixifx --- {shortcut-fe/fast-classifier => fast-classifier}/Makefile | 0 {shortcut-fe/fast-classifier => fast-classifier}/src/Makefile | 0 .../fast-classifier => fast-classifier}/src/fast-classifier.c | 0 .../fast-classifier => fast-classifier}/src/fast-classifier.h | 0 .../fast-classifier => fast-classifier}/src/nl_classifier_test.c | 0 .../fast-classifier => fast-classifier}/src/userspace_example.c | 0 shortcut-fe/{shortcut-fe => }/Makefile | 0 shortcut-fe/{shortcut-fe => }/files/etc/init.d/shortcut-fe | 0 shortcut-fe/{shortcut-fe => }/files/usr/bin/sfe_dump | 0 shortcut-fe/{shortcut-fe => }/src/Kconfig | 0 shortcut-fe/{shortcut-fe => }/src/Makefile | 0 shortcut-fe/{shortcut-fe => }/src/sfe.h | 0 shortcut-fe/{shortcut-fe => }/src/sfe_backport.h | 0 shortcut-fe/{shortcut-fe => }/src/sfe_cm.c | 0 shortcut-fe/{shortcut-fe => }/src/sfe_cm.h | 0 shortcut-fe/{shortcut-fe => }/src/sfe_ipv4.c | 0 shortcut-fe/{shortcut-fe => }/src/sfe_ipv6.c | 0 {shortcut-fe/simulated-driver => simulated-driver}/Makefile | 0 .../patches/200-nss-qdisc-support.patch | 0 19 files changed, 0 insertions(+), 0 deletions(-) rename {shortcut-fe/fast-classifier => fast-classifier}/Makefile (100%) rename {shortcut-fe/fast-classifier => fast-classifier}/src/Makefile (100%) rename {shortcut-fe/fast-classifier => fast-classifier}/src/fast-classifier.c (100%) rename {shortcut-fe/fast-classifier => fast-classifier}/src/fast-classifier.h (100%) rename {shortcut-fe/fast-classifier => fast-classifier}/src/nl_classifier_test.c (100%) rename {shortcut-fe/fast-classifier => fast-classifier}/src/userspace_example.c (100%) rename shortcut-fe/{shortcut-fe => }/Makefile (100%) rename shortcut-fe/{shortcut-fe => }/files/etc/init.d/shortcut-fe (100%) rename shortcut-fe/{shortcut-fe => }/files/usr/bin/sfe_dump (100%) rename shortcut-fe/{shortcut-fe => }/src/Kconfig (100%) rename shortcut-fe/{shortcut-fe => }/src/Makefile (100%) rename shortcut-fe/{shortcut-fe => }/src/sfe.h (100%) rename shortcut-fe/{shortcut-fe => }/src/sfe_backport.h (100%) rename shortcut-fe/{shortcut-fe => }/src/sfe_cm.c (100%) rename shortcut-fe/{shortcut-fe => }/src/sfe_cm.h (100%) rename shortcut-fe/{shortcut-fe => }/src/sfe_ipv4.c (100%) rename shortcut-fe/{shortcut-fe => }/src/sfe_ipv6.c (100%) rename {shortcut-fe/simulated-driver => simulated-driver}/Makefile (100%) rename {shortcut-fe/simulated-driver => simulated-driver}/patches/200-nss-qdisc-support.patch (100%) diff --git a/shortcut-fe/fast-classifier/Makefile b/fast-classifier/Makefile similarity index 100% rename from shortcut-fe/fast-classifier/Makefile rename to fast-classifier/Makefile diff --git a/shortcut-fe/fast-classifier/src/Makefile b/fast-classifier/src/Makefile similarity index 100% rename from shortcut-fe/fast-classifier/src/Makefile rename to fast-classifier/src/Makefile diff --git a/shortcut-fe/fast-classifier/src/fast-classifier.c b/fast-classifier/src/fast-classifier.c similarity index 100% rename from shortcut-fe/fast-classifier/src/fast-classifier.c rename to fast-classifier/src/fast-classifier.c diff --git a/shortcut-fe/fast-classifier/src/fast-classifier.h b/fast-classifier/src/fast-classifier.h similarity index 100% rename from shortcut-fe/fast-classifier/src/fast-classifier.h rename to fast-classifier/src/fast-classifier.h diff --git a/shortcut-fe/fast-classifier/src/nl_classifier_test.c b/fast-classifier/src/nl_classifier_test.c similarity index 100% rename from shortcut-fe/fast-classifier/src/nl_classifier_test.c rename to fast-classifier/src/nl_classifier_test.c diff --git a/shortcut-fe/fast-classifier/src/userspace_example.c b/fast-classifier/src/userspace_example.c similarity index 100% rename from shortcut-fe/fast-classifier/src/userspace_example.c rename to fast-classifier/src/userspace_example.c diff --git a/shortcut-fe/shortcut-fe/Makefile b/shortcut-fe/Makefile similarity index 100% rename from shortcut-fe/shortcut-fe/Makefile rename to shortcut-fe/Makefile diff --git a/shortcut-fe/shortcut-fe/files/etc/init.d/shortcut-fe b/shortcut-fe/files/etc/init.d/shortcut-fe similarity index 100% rename from shortcut-fe/shortcut-fe/files/etc/init.d/shortcut-fe rename to shortcut-fe/files/etc/init.d/shortcut-fe diff --git a/shortcut-fe/shortcut-fe/files/usr/bin/sfe_dump b/shortcut-fe/files/usr/bin/sfe_dump similarity index 100% rename from shortcut-fe/shortcut-fe/files/usr/bin/sfe_dump rename to shortcut-fe/files/usr/bin/sfe_dump diff --git a/shortcut-fe/shortcut-fe/src/Kconfig b/shortcut-fe/src/Kconfig similarity index 100% rename from shortcut-fe/shortcut-fe/src/Kconfig rename to shortcut-fe/src/Kconfig diff --git a/shortcut-fe/shortcut-fe/src/Makefile b/shortcut-fe/src/Makefile similarity index 100% rename from shortcut-fe/shortcut-fe/src/Makefile rename to shortcut-fe/src/Makefile diff --git a/shortcut-fe/shortcut-fe/src/sfe.h b/shortcut-fe/src/sfe.h similarity index 100% rename from shortcut-fe/shortcut-fe/src/sfe.h rename to shortcut-fe/src/sfe.h diff --git a/shortcut-fe/shortcut-fe/src/sfe_backport.h b/shortcut-fe/src/sfe_backport.h similarity index 100% rename from shortcut-fe/shortcut-fe/src/sfe_backport.h rename to shortcut-fe/src/sfe_backport.h diff --git a/shortcut-fe/shortcut-fe/src/sfe_cm.c b/shortcut-fe/src/sfe_cm.c similarity index 100% rename from shortcut-fe/shortcut-fe/src/sfe_cm.c rename to shortcut-fe/src/sfe_cm.c diff --git a/shortcut-fe/shortcut-fe/src/sfe_cm.h b/shortcut-fe/src/sfe_cm.h similarity index 100% rename from shortcut-fe/shortcut-fe/src/sfe_cm.h rename to shortcut-fe/src/sfe_cm.h diff --git a/shortcut-fe/shortcut-fe/src/sfe_ipv4.c b/shortcut-fe/src/sfe_ipv4.c similarity index 100% rename from shortcut-fe/shortcut-fe/src/sfe_ipv4.c rename to shortcut-fe/src/sfe_ipv4.c diff --git a/shortcut-fe/shortcut-fe/src/sfe_ipv6.c b/shortcut-fe/src/sfe_ipv6.c similarity index 100% rename from shortcut-fe/shortcut-fe/src/sfe_ipv6.c rename to shortcut-fe/src/sfe_ipv6.c diff --git a/shortcut-fe/simulated-driver/Makefile b/simulated-driver/Makefile similarity index 100% rename from shortcut-fe/simulated-driver/Makefile rename to simulated-driver/Makefile diff --git a/shortcut-fe/simulated-driver/patches/200-nss-qdisc-support.patch b/simulated-driver/patches/200-nss-qdisc-support.patch similarity index 100% rename from shortcut-fe/simulated-driver/patches/200-nss-qdisc-support.patch rename to simulated-driver/patches/200-nss-qdisc-support.patch