mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-07-29 18:15:27 +00:00
Merge pull request #7 from donaldsharp/community
frr: Modify doc to talk about cli
This commit is contained in:
commit
e179b7bfa7
@ -301,3 +301,10 @@ As such debugs MUST be guarded in such a way that they can be turned off.
|
||||
This PROJECT has the ability to turn on/off debugs from the CLI and it is
|
||||
expected that the developer will use this convention to allow control
|
||||
of their debugs.
|
||||
|
||||
### CLI-Changes
|
||||
|
||||
CLI's are a complicated ugly beast. Additions or changes to the CLI
|
||||
should use a DEFUN to encapsulate one setting as much as is possible.
|
||||
Additionally as new DEFUN's are added to the system, documentation
|
||||
should be provided for the new commands.
|
Loading…
Reference in New Issue
Block a user