diff options
| author | Yuxiang Zhu <vfreex@gmail.com> | 2023-01-14 20:02:41 +0800 | 
|---|---|---|
| committer | Yuxiang Zhu <vfreex@gmail.com> | 2023-01-21 03:33:03 +0800 | 
| commit | 9affd464175c3358ef8b6239c64f755f4f943ce4 (patch) | |
| tree | e0df8e52c0b98404959443f800ce9d01728ca2af /babeld/.gitignore | |
| parent | e9dbc60ee2764c0ed92dcffa7d5ffa50faf57062 (diff) | |
babeld: Add missing `no` commands
Some babeld commands doesn't have the corresponding negative commands
defined, so those commands doesn't work with frr-reload.py.
This PR adds those missing commands.
Signed-off-by: Yuxiang Zhu <vfreex@gmail.com>
Diffstat (limited to 'babeld/.gitignore')
| -rw-r--r-- | babeld/.gitignore | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/babeld/.gitignore b/babeld/.gitignore index 71ef6786c7..abb4d9321a 100644 --- a/babeld/.gitignore +++ b/babeld/.gitignore @@ -5,3 +5,4 @@  !Makefile  !subdir.am  !.gitignore +*_clippy.c  | 
