Commit Diff


commit - 89ad4f76655105f2392601b86ae10f3b90889576
commit + 86304fb021deeb6d7331f6e2be4bd710997dc449
blob - efd4a90e6ccaa395b26b5a70c008768f075f9193
blob + 48442ebd691873b3c4d101e411db55920059d7eb
--- README
+++ README
@@ -1,4 +1,4 @@
-nsh//network config shell//Chris Cappuccio <chris@nmedia.net> version 1.0
+nsh//network config shell//Chris Cappuccio <chris@nmedia.net> version 1.1
 
 NSH is a CLI intended for OpenBSD-based network appliances. It replaces
 ifconfig, sysctl and route with its own simple command language, and
@@ -7,19 +7,24 @@ replacing /etc/netstart and parts of /etc/rc for appli
 
 Daemons and services encapsulated by nsh:
 
-pf, ospfd, ospf6d, bgpd, ripd, ldpd, relayd, ipsecctl, iked, rad,
-dvmrpd, sasyncd, dhcpd, snmpd, sshd, ntpd, ifstated, tftp-proxy, ftp-proxy,
-tftpd, npppd, resolv.conf via resolvd, slaacd, dhcpleased, inetd, smtpd, ldapd
+bgpd, dhcpd, dhcpleased, dvmrpd, eigrpd, ftp-proxy, ifstated, inetd, 
+iked, ipsecctl, ldapd, ldpd, npppd, ntpd, ospfd, ospf6d, pf, rad, relayd, 
+resolvd, ripd, sasyncd, slaacd, smtpd, snmpd, sshd, tftpd, tftp-proxy.
 
 NSH is freely licensed, in the BSD style.
 
 In conjunction with the OpenBSD kernel and the daemons you wish to control,
 you have a fully functioning system.
 
-See MANUAL for installation instructons and command set.
+See https://github.com/yellowman/nsh/wiki/NSH-Manual-page or 
+nsh.8 manual for installation instructons and command set.
 
-See TODO for details on implementation status and future ideas.
+See the Todo list on https://github.com/users/yellowman/projects/1 for 
+details on implementation status and future ideas.
 
-See http://github.com/yellowman/nsh/ for current source code repository and
-see http://www.nmedia.net/nsh/ for example configurations and mailing
+See http://github.com/yellowman/nsh/ for current source code repository.
+See http://www.nmedia.net/nsh/ for example configurations and mailing
 list.
+
+See https://www.youtube.com/watch?v=WMKxIHaWaG0 for an EurobsdCon 2022 
+Presentation on NSH for network administrators.