|
From: <jna...@us...> - 2003-02-01 04:15:58
|
Update of /cvsroot/opensoekris/OpenSoekris/nsh In directory sc8-pr-cvs1:/tmp/cvs-serv11670 Modified Files: Makefile README TODO Log Message: - compile static for minisoekris. - update README and TODO, note that this is now a deriv work and update with what has been done. Index: Makefile =================================================================== RCS file: /cvsroot/opensoekris/OpenSoekris/nsh/Makefile,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- Makefile 1 Feb 2003 03:53:42 -0000 1.2 +++ Makefile 1 Feb 2003 04:15:54 -0000 1.3 @@ -8,7 +8,7 @@ SRCS+=routepr.c rate.c if.c version.c route.c conf.c editing.c ieee80211.c SRCS+=bridge.c tunnel.c media.c CLEANFILES+=compile.c -LDADD=-lkvm -ledit -ltermcap +LDADD=-lkvm -ledit -ltermcap -static NOMAN=1 Index: README =================================================================== RCS file: /cvsroot/opensoekris/OpenSoekris/nsh/README,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- README 1 Feb 2003 03:53:42 -0000 1.2 +++ README 1 Feb 2003 04:15:54 -0000 1.3 @@ -1,5 +1,8 @@ // $Id$ +This is a derivative work with many additions from Jose Nazario +(jo...@mo...). Imported for OpenSoekris ... + nsh//network config shell//Chris Cappuccio <ch...@dq...> version 20020619 A CLI intended for OpenBSD-based routers running little except for sshd, @@ -20,10 +23,10 @@ + Display detailed information regarding an interface (done) + Configure interfaces for IP, MTU, VLAN, media, ... (done) + Show host (IP, TCP, UDP) and router statistics (done) - + Configure PF/NAT on an interface (0%) - + Configure the ALTQ tbr on an interface (done) + + Configure PF/NAT on an interface (1%) + + Configure the ALTQ tbr on an interface (broken) + Configure bridge for members, rules (done) - + Save the current routes, bridge, interface configs to a file (75%) + + Save the current routes, bridge, interface configs to a file (done) * This shell replaces most of /etc/rc, /etc/netstart on an embedded system. Simply started as nsh -i, it will read the previously saved configuration and execute it on the system. Index: TODO =================================================================== RCS file: /cvsroot/opensoekris/OpenSoekris/nsh/TODO,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- TODO 1 Feb 2003 03:53:42 -0000 1.2 +++ TODO 1 Feb 2003 04:15:54 -0000 1.3 @@ -24,12 +24,6 @@ * Consistency in how errors are returned, handled * ... -Required for intended functionality: - -* Finish 'save' command which will write routes, hostname, and the interface - configurations to a file which can be read by cmdrc on - startup with -i (requires the following to be done _first_:) - * Create pf commands under interface, generic mode handler: * Allow simple block in all/pass out all keep state pf rules to be setup for |