From 10503d985ac1acdac4ed653e608ccc492baa446a Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Mon, 3 Sep 2012 15:39:05 +0200 Subject: [PATCH] new layout - make room for slice-space stuff --- Makefile => root-context/Makefile | 0 dcookie.c => root-context/dcookie.c | 0 {exec => root-context/exec}/claimport | 0 {exec => root-context/exec}/comon_exec | 0 {exec => root-context/exec}/connectswitch | 0 {exec => root-context/exec}/dotsshmount | 0 {exec => root-context/exec}/goodfences | 0 {exec => root-context/exec}/hide_netif | 0 {exec => root-context/exec}/if_port_forward | 0 {exec => root-context/exec}/ipfw-be | 0 {exec => root-context/exec}/makeswitch | 0 {exec => root-context/exec}/mknod | 0 {exec => root-context/exec}/nfsmount | 0 {exec => root-context/exec}/nonamespace | 0 {exec => root-context/exec}/pfmount | 0 {exec => root-context/exec}/pl-ps | 0 {exec => root-context/exec}/portsummary | 0 {exec => root-context/exec}/prox | 0 {exec => root-context/exec}/raw_tcp_port | 0 {exec => root-context/exec}/reserve_tcp_port | 0 {exec => root-context/exec}/reserve_udp_port | 0 {exec => root-context/exec}/rsyncauthlogs | 0 {exec => root-context/exec}/rsyncnodelogs | 0 {exec => root-context/exec}/run_with_devices | 0 {exec => root-context/exec}/setup-link | 0 {exec => root-context/exec}/setup-nat | 0 {exec => root-context/exec}/showswitch | 0 {exec => root-context/exec}/slice_config | 0 {exec => root-context/exec}/sliceip | 0 {exec => root-context/exec}/switcheroo | 0 {exec => root-context/exec}/umount | 0 {exec => root-context/exec}/vif_down | 0 {exec => root-context/exec}/vif_up | 0 {exec => root-context/exec}/vroute | 0 {exec => root-context/exec}/vtop | 0 fd_bind53.c => root-context/fd_bind53.c | 0 fd_bmsocket.c => root-context/fd_bmsocket.c | 0 fd_fusemount.c => root-context/fd_fusemount.c | 0 fd_netlink.c => root-context/fd_netlink.c | 0 fd_packetseer.c => root-context/fd_packetseer.c | 0 fd_tos.c => root-context/fd_tos.c | 0 fd_tuntap.c => root-context/fd_tuntap.c | 0 fd_udpsocket.c => root-context/fd_udpsocket.c | 0 fdpass.c => root-context/fdpass.c | 0 fdpass.h => root-context/fdpass.h | 0 {support => root-context/support}/Makefile | 0 {support => root-context/support}/pltap.c | 0 {support => root-context/support}/pltun.c | 0 {support => root-context/support}/tunalloc.c | 0 {support => root-context/support}/tunalloc.h | 0 vsys-scripts.spec => root-context/vsys-scripts.spec | 0 51 files changed, 0 insertions(+), 0 deletions(-) rename Makefile => root-context/Makefile (100%) rename dcookie.c => root-context/dcookie.c (100%) rename {exec => root-context/exec}/claimport (100%) rename {exec => root-context/exec}/comon_exec (100%) rename {exec => root-context/exec}/connectswitch (100%) rename {exec => root-context/exec}/dotsshmount (100%) rename {exec => root-context/exec}/goodfences (100%) rename {exec => root-context/exec}/hide_netif (100%) rename {exec => root-context/exec}/if_port_forward (100%) rename {exec => root-context/exec}/ipfw-be (100%) rename {exec => root-context/exec}/makeswitch (100%) rename {exec => root-context/exec}/mknod (100%) rename {exec => root-context/exec}/nfsmount (100%) rename {exec => root-context/exec}/nonamespace (100%) rename {exec => root-context/exec}/pfmount (100%) rename {exec => root-context/exec}/pl-ps (100%) rename {exec => root-context/exec}/portsummary (100%) rename {exec => root-context/exec}/prox (100%) rename {exec => root-context/exec}/raw_tcp_port (100%) rename {exec => root-context/exec}/reserve_tcp_port (100%) rename {exec => root-context/exec}/reserve_udp_port (100%) rename {exec => root-context/exec}/rsyncauthlogs (100%) rename {exec => root-context/exec}/rsyncnodelogs (100%) rename {exec => root-context/exec}/run_with_devices (100%) rename {exec => root-context/exec}/setup-link (100%) rename {exec => root-context/exec}/setup-nat (100%) rename {exec => root-context/exec}/showswitch (100%) rename {exec => root-context/exec}/slice_config (100%) rename {exec => root-context/exec}/sliceip (100%) rename {exec => root-context/exec}/switcheroo (100%) rename {exec => root-context/exec}/umount (100%) rename {exec => root-context/exec}/vif_down (100%) rename {exec => root-context/exec}/vif_up (100%) rename {exec => root-context/exec}/vroute (100%) rename {exec => root-context/exec}/vtop (100%) rename fd_bind53.c => root-context/fd_bind53.c (100%) rename fd_bmsocket.c => root-context/fd_bmsocket.c (100%) rename fd_fusemount.c => root-context/fd_fusemount.c (100%) rename fd_netlink.c => root-context/fd_netlink.c (100%) rename fd_packetseer.c => root-context/fd_packetseer.c (100%) rename fd_tos.c => root-context/fd_tos.c (100%) rename fd_tuntap.c => root-context/fd_tuntap.c (100%) rename fd_udpsocket.c => root-context/fd_udpsocket.c (100%) rename fdpass.c => root-context/fdpass.c (100%) rename fdpass.h => root-context/fdpass.h (100%) rename {support => root-context/support}/Makefile (100%) rename {support => root-context/support}/pltap.c (100%) rename {support => root-context/support}/pltun.c (100%) rename {support => root-context/support}/tunalloc.c (100%) rename {support => root-context/support}/tunalloc.h (100%) rename vsys-scripts.spec => root-context/vsys-scripts.spec (100%) diff --git a/Makefile b/root-context/Makefile similarity index 100% rename from Makefile rename to root-context/Makefile diff --git a/dcookie.c b/root-context/dcookie.c similarity index 100% rename from dcookie.c rename to root-context/dcookie.c diff --git a/exec/claimport b/root-context/exec/claimport similarity index 100% rename from exec/claimport rename to root-context/exec/claimport diff --git a/exec/comon_exec b/root-context/exec/comon_exec similarity index 100% rename from exec/comon_exec rename to root-context/exec/comon_exec diff --git a/exec/connectswitch b/root-context/exec/connectswitch similarity index 100% rename from exec/connectswitch rename to root-context/exec/connectswitch diff --git a/exec/dotsshmount b/root-context/exec/dotsshmount similarity index 100% rename from exec/dotsshmount rename to root-context/exec/dotsshmount diff --git a/exec/goodfences b/root-context/exec/goodfences similarity index 100% rename from exec/goodfences rename to root-context/exec/goodfences diff --git a/exec/hide_netif b/root-context/exec/hide_netif similarity index 100% rename from exec/hide_netif rename to root-context/exec/hide_netif diff --git a/exec/if_port_forward b/root-context/exec/if_port_forward similarity index 100% rename from exec/if_port_forward rename to root-context/exec/if_port_forward diff --git a/exec/ipfw-be b/root-context/exec/ipfw-be similarity index 100% rename from exec/ipfw-be rename to root-context/exec/ipfw-be diff --git a/exec/makeswitch b/root-context/exec/makeswitch similarity index 100% rename from exec/makeswitch rename to root-context/exec/makeswitch diff --git a/exec/mknod b/root-context/exec/mknod similarity index 100% rename from exec/mknod rename to root-context/exec/mknod diff --git a/exec/nfsmount b/root-context/exec/nfsmount similarity index 100% rename from exec/nfsmount rename to root-context/exec/nfsmount diff --git a/exec/nonamespace b/root-context/exec/nonamespace similarity index 100% rename from exec/nonamespace rename to root-context/exec/nonamespace diff --git a/exec/pfmount b/root-context/exec/pfmount similarity index 100% rename from exec/pfmount rename to root-context/exec/pfmount diff --git a/exec/pl-ps b/root-context/exec/pl-ps similarity index 100% rename from exec/pl-ps rename to root-context/exec/pl-ps diff --git a/exec/portsummary b/root-context/exec/portsummary similarity index 100% rename from exec/portsummary rename to root-context/exec/portsummary diff --git a/exec/prox b/root-context/exec/prox similarity index 100% rename from exec/prox rename to root-context/exec/prox diff --git a/exec/raw_tcp_port b/root-context/exec/raw_tcp_port similarity index 100% rename from exec/raw_tcp_port rename to root-context/exec/raw_tcp_port diff --git a/exec/reserve_tcp_port b/root-context/exec/reserve_tcp_port similarity index 100% rename from exec/reserve_tcp_port rename to root-context/exec/reserve_tcp_port diff --git a/exec/reserve_udp_port b/root-context/exec/reserve_udp_port similarity index 100% rename from exec/reserve_udp_port rename to root-context/exec/reserve_udp_port diff --git a/exec/rsyncauthlogs b/root-context/exec/rsyncauthlogs similarity index 100% rename from exec/rsyncauthlogs rename to root-context/exec/rsyncauthlogs diff --git a/exec/rsyncnodelogs b/root-context/exec/rsyncnodelogs similarity index 100% rename from exec/rsyncnodelogs rename to root-context/exec/rsyncnodelogs diff --git a/exec/run_with_devices b/root-context/exec/run_with_devices similarity index 100% rename from exec/run_with_devices rename to root-context/exec/run_with_devices diff --git a/exec/setup-link b/root-context/exec/setup-link similarity index 100% rename from exec/setup-link rename to root-context/exec/setup-link diff --git a/exec/setup-nat b/root-context/exec/setup-nat similarity index 100% rename from exec/setup-nat rename to root-context/exec/setup-nat diff --git a/exec/showswitch b/root-context/exec/showswitch similarity index 100% rename from exec/showswitch rename to root-context/exec/showswitch diff --git a/exec/slice_config b/root-context/exec/slice_config similarity index 100% rename from exec/slice_config rename to root-context/exec/slice_config diff --git a/exec/sliceip b/root-context/exec/sliceip similarity index 100% rename from exec/sliceip rename to root-context/exec/sliceip diff --git a/exec/switcheroo b/root-context/exec/switcheroo similarity index 100% rename from exec/switcheroo rename to root-context/exec/switcheroo diff --git a/exec/umount b/root-context/exec/umount similarity index 100% rename from exec/umount rename to root-context/exec/umount diff --git a/exec/vif_down b/root-context/exec/vif_down similarity index 100% rename from exec/vif_down rename to root-context/exec/vif_down diff --git a/exec/vif_up b/root-context/exec/vif_up similarity index 100% rename from exec/vif_up rename to root-context/exec/vif_up diff --git a/exec/vroute b/root-context/exec/vroute similarity index 100% rename from exec/vroute rename to root-context/exec/vroute diff --git a/exec/vtop b/root-context/exec/vtop similarity index 100% rename from exec/vtop rename to root-context/exec/vtop diff --git a/fd_bind53.c b/root-context/fd_bind53.c similarity index 100% rename from fd_bind53.c rename to root-context/fd_bind53.c diff --git a/fd_bmsocket.c b/root-context/fd_bmsocket.c similarity index 100% rename from fd_bmsocket.c rename to root-context/fd_bmsocket.c diff --git a/fd_fusemount.c b/root-context/fd_fusemount.c similarity index 100% rename from fd_fusemount.c rename to root-context/fd_fusemount.c diff --git a/fd_netlink.c b/root-context/fd_netlink.c similarity index 100% rename from fd_netlink.c rename to root-context/fd_netlink.c diff --git a/fd_packetseer.c b/root-context/fd_packetseer.c similarity index 100% rename from fd_packetseer.c rename to root-context/fd_packetseer.c diff --git a/fd_tos.c b/root-context/fd_tos.c similarity index 100% rename from fd_tos.c rename to root-context/fd_tos.c diff --git a/fd_tuntap.c b/root-context/fd_tuntap.c similarity index 100% rename from fd_tuntap.c rename to root-context/fd_tuntap.c diff --git a/fd_udpsocket.c b/root-context/fd_udpsocket.c similarity index 100% rename from fd_udpsocket.c rename to root-context/fd_udpsocket.c diff --git a/fdpass.c b/root-context/fdpass.c similarity index 100% rename from fdpass.c rename to root-context/fdpass.c diff --git a/fdpass.h b/root-context/fdpass.h similarity index 100% rename from fdpass.h rename to root-context/fdpass.h diff --git a/support/Makefile b/root-context/support/Makefile similarity index 100% rename from support/Makefile rename to root-context/support/Makefile diff --git a/support/pltap.c b/root-context/support/pltap.c similarity index 100% rename from support/pltap.c rename to root-context/support/pltap.c diff --git a/support/pltun.c b/root-context/support/pltun.c similarity index 100% rename from support/pltun.c rename to root-context/support/pltun.c diff --git a/support/tunalloc.c b/root-context/support/tunalloc.c similarity index 100% rename from support/tunalloc.c rename to root-context/support/tunalloc.c diff --git a/support/tunalloc.h b/root-context/support/tunalloc.h similarity index 100% rename from support/tunalloc.h rename to root-context/support/tunalloc.h diff --git a/vsys-scripts.spec b/root-context/vsys-scripts.spec similarity index 100% rename from vsys-scripts.spec rename to root-context/vsys-scripts.spec -- 2.43.0