fix typo and add note on extensions

This commit is contained in:
Oliver Gorwits
2018-01-31 22:30:55 +00:00
parent 591e9a92d4
commit 9a3792595b

View File

@@ -241,7 +241,7 @@ or MAC addreses, VLAN numbers, and so on.
=head2 Command-Line Device and Port Actions =head2 Command-Line Device and Port Actions
Most significant Device jobs and Port actions, as well as several Most significant Device jobs and Port actions, as well as several
troubleshooting and housekeeping duties, can be performed at the command-ling troubleshooting and housekeeping duties, can be performed at the command-line
with the L<netdisco-do> program. For example: with the L<netdisco-do> program. For example:
~/bin/netdisco-do -D discover -d 192.0.2.1 ~/bin/netdisco-do -D discover -d 192.0.2.1
@@ -271,6 +271,12 @@ See L<Web Plugins|https://github.com/netdisco/netdisco/wiki/Web-Plugins>
and L<Backend Plugins|https://github.com/netdisco/netdisco/wiki/Backend-Plugins> and L<Backend Plugins|https://github.com/netdisco/netdisco/wiki/Backend-Plugins>
for further information. for further information.
=head2 Extensions
Using the Plugins mechanism, it's also easy to write new commands (or actions)
for Netdisco. For example, an action has been added to L<generate RANCID
configuration|App::Netdisco::Worker::Plugin::MakeRancidConf>.
=head2 Developing =head2 Developing
Lots of information about the architecture of this application is contained Lots of information about the architecture of this application is contained