aboutsummaryrefslogtreecommitdiff
path: root/slof/fs
diff options
context:
space:
mode:
authorThomas Huth <thuth@redhat.com>2017-06-23 19:18:33 +0200
committerAlexey Kardashevskiy <aik@ozlabs.ru>2017-06-28 13:13:57 +1000
commit2f5f2529958894bcdf2db13a69d3b00765cf0278 (patch)
tree3f480ad9782341aab29c0eaaf961d44fe4aaa44e /slof/fs
parentdb35f1b8a2d3e44f4a12ca926359cc2575e98064 (diff)
downloadSLOF-2f5f2529958894bcdf2db13a69d3b00765cf0278.zip
SLOF-2f5f2529958894bcdf2db13a69d3b00765cf0278.tar.gz
SLOF-2f5f2529958894bcdf2db13a69d3b00765cf0278.tar.bz2
libnet: Remove remainders of netsave code
The code does not exist in the repository, so it does not make sense to keep the prototypes and the Forth wrapper around. Signed-off-by: Thomas Huth <thuth@redhat.com> Signed-off-by: Alexey Kardashevskiy <aik@ozlabs.ru>
Diffstat (limited to 'slof/fs')
-rw-r--r--slof/fs/loaders.fs10
1 files changed, 0 insertions, 10 deletions
diff --git a/slof/fs/loaders.fs b/slof/fs/loaders.fs
index 8ae502d..9d18462 100644
--- a/slof/fs/loaders.fs
+++ b/slof/fs/loaders.fs
@@ -60,16 +60,6 @@ CREATE load-list 2 cells allot load-list 2 cells erase
: .client-exec ( arg len -- rc ) set-bootargs (client-exec) ;
' .client-exec to client-exec
-: netsave ( "addr len {filename}[,params]" -- rc )
- (parse-line) dup 0> IF
- s" netsave " 2swap $cat set-netbootpath client-exec
- ELSE
- cr
- ." Usage: netsave addr len [bootp|dhcp,]filename[,siaddr][,ciaddr][,giaddr][,bootp-retries][,tftp-retries][,use_ci]"
- cr 2drop
- THEN
-;
-
: ping ( "{device-path:[device-args,]server-ip,[client-ip[\nn]],[gateway-ip][,timeout]}" -- )
my-self >r current-node @ >r \ Save my-self
(parse-line) open-dev dup IF