Commits
- Commit:
8c193b814071f58b047b1d87200559bcfa5214ac
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
remove struct ctl2 and struct daemon2; convert everything to new format
- Commit:
15a2fabe4d49f7c280b90dcce141c15804dbc37f
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
don't let a potential error in set_ifflags() clobber the errno we need
- Commit:
731e161842282fb84808712dcea8d05a9a7918fb
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
trim a comment which went beyond 80 columns
- Commit:
fcd96d69b52c17e31c79584592eda14b6da359c3
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
fix whitespace issues
- Commit:
fd352ad5f1b1b5bebf381644b212a7ddfb5be007
- From:
- smytht <smytht@users.noreply.github.com>
- Via:
- GitHub <noreply@github.com>
- Date:
if.c - vlan parent devices automatically disable
disable the child interface and change parent and enable interface after the change made...
issue reported by Tom... fix authored by stsp
tested by Tom and reviewed OK Tom and OK Chris
- Commit:
21775861a453dd25aacb50e76637bdec1d1a31cf
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
preserve only manually added ndp table entries in startup config
nsh was mistakenly adding all ndp table entries to startup-config
when the configuration was saved with write-config. This results
in spurious 'permanent' ndp entries when the written config is loaded.
If you find spurious permanent ndp entries on your system these entries
must be removed via 'no ndp <IPv6 address>', then use 'write-config' to
save the fixed the configuration. Alternatively, remove all lines which
set unwanted permanent NDP entries from /etc/nshrc and reboot.
Problem reported and fix tested by Tom.
ok Tom
- Commit:
a19921892669f5995d8ded4c0cf7238bf40e6213
- From:
- smytht <smytht@users.noreply.github.com>
- Via:
- GitHub <noreply@github.com>
- Date:
Merge pull request #164 from smytht/systat-feature
add show system-stats commands Ok Stsp@
- Commit:
bfc7e834d72b4967b108d761f1770df6f6d5f4da
- From:
- smytht <smytht@users.noreply.github.com>
- Via:
- GitHub <noreply@github.com>
- Date:
Update cmdargs.c
Use proper english :) initialised not initalized
and give an informative error
- Commit:
3701c35479e9e9ab29b8f1c4dd0747e7f4c1487b
- From:
- smytht <smytht@users.noreply.github.com>
- Via:
- GitHub <noreply@github.com>
- Date:
update nsh.8 to improve examples in standard width console screen
- Commit:
40daa21cd89d52dc1319f8fc6aab510860a626c4
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
oops, fix typo in previous which broke the build
- Commit:
0e3e46b7cc59653dde1d3ff7405536e920834a91
- From:
- smytht <smytht@users.noreply.github.com>
- Via:
- GitHub <noreply@github.com>
- Date:
add show system-stats commands
This is to allow nsh users to avail of systat functionality
useful for queue stats and pf stats added full suite of systat features except nfs as I dont think those features are as interesting for a network appliance
- Commit:
914244e784096cdeb410b873056c382be77616d7
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
fix rtable number shown in error message when switching rdomains fails
- Commit:
00c101b2467c4db671ea0d0c27c59c405909045c
- From:
- smytht <smytht@users.noreply.github.com>
- Via:
- GitHub <noreply@github.com>
- Date:
version bump for release 1.2.3
- Commit:
289def2f026b167a004a6da3f0b78509adb461aa
- From:
- smytht <smytht@users.noreply.github.com>
- Via:
- GitHub <noreply@github.com>
- Date:
fix misspelling of privileged (sorry)
- Commit:
1577795c6e2133cfe184043565cdf67e9c4bf827
- From:
- smytht <smytht@users.noreply.github.com>
- Via:
- GitHub <noreply@github.com>
- Date:
update version for release add example of help for config mode
- Commit:
0b080a2247e7f3c9d6f94023807565c7b84df88b
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
don't skip empty lines in rules which store file contents
When file contents were stored in /etc/nshrc in a rules directive, such
as contents of /etc/motd or sshd_config, empty lines were being stripped.
ok Tom
- Commit:
9bdde78d5a25b7c7ea4b20c3329fd368c0751709
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
make the rtable command actually update the rtable of the nsh process
The assumption that nsh always runs in rdomain 0 is invalid. Stop
assuming that cli_rtable is set to zero by default, and switch the
nsh process rdomain accordingly as needed.
Tests + ok Tom
- Commit:
2fae6242335d7b7a16c47a534ae3986be38ad7dc
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
on startup, initialize cli_rtable to the current rdomain
Fixes behaviour when nsh starts in a non-default rdomain. We used to
assume to start out in rdomain 0, which is not necessarily the case.
ok Tom
- Commit:
2a0ad55e6136c891ab394ec7f8a07dbd9d888091
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
use cli_rtable to construct the bgp socket path, not getrtable(2)
ok Tom
- Commit:
b3ef1874c36079d2d553f0f0ff29c020adda57a4
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
remove fallback code for OpenBSD 6.8 and earlier
- Commit:
8b2d313fcfd72c808e3b125f1c5033a1270e7bca
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
remove references to dhclient(8); obsolete since OpenBSD 7.2
Should fix github issue #163 as a side effect
- Commit:
ce8077eccc5233b5f21eb44989f89cd0daa504d1
- From:
- smytht <smytht@users.noreply.github.com>
- Via:
- GitHub <noreply@github.com>
- Date:
Merge pull request #161 from smytht/logger
add logger command for entering messages into the ..
- Commit:
309124c7f0f0a02f979d48dca25193c81c97ed27
- From:
- smytht <smytht@users.noreply.github.com>
- Via:
- GitHub <noreply@github.com>
- Date:
Update extensive-nsh-openbsd-integrate.sh move motd on import
move /etc/motd on import so the sym link works then
- Commit:
4282096ce0a55f2acaff2df0813c066751158cb7
- From:
- smytht <smytht@users.noreply.github.com>
- Via:
- GitHub <noreply@github.com>
- Date:
add logger command for entering messages into the ..
system log or /var/log/messages
- Commit:
69aa42d63b79974d2490eeb6ac9565ff042527ff
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
honour DESTDIR in 'make install' target