- Add startup-config(5) manpage.

- Add snoopctl, throttlectl plugins.
- Update documentation.
This commit is contained in:
Brendan O'Dea 2004-11-17 15:08:19 +00:00
parent 5e01d2924d
commit eb6906a28c
12 changed files with 584 additions and 106 deletions

View file

@ -5,8 +5,9 @@
- Cleanup: make a bunch of global functions/variables static.
- Remove reference to old -a command line argument.
- Add l2tpns(8) and nsctl(8) manpages from Jonathan McDowell.
- Add startup-config(5) manpage [FIXME].
- Add startup-config(5) manpage.
- Revise nsctl to allow arbitrary strings/args to be passed to plugins.
- Add snoopctl, throttlectl plugins.
* Mon Nov 15 2004 Brendan O'Dea <bod@optusnet.com.au> 2.0.7
- Fix socket creation in host_unreachable() (thanks to Bjørn Augestad)