Commit 7ca7776
ospfd: remove unnecessary space
Remove unnecessary spaces in config written with `interface_config_auth_str()`.
Before:
```
interface enp1s0
ip ospf authentication 1.2.3.4
```
After:
```
interface enp1s0
ip ospf authentication 1.2.3.4
```
Also, remove trailing one from "area <> virtual-link <> authentication"
in this same way.
Signed-off-by: anlan_cs <anlan_cs@126.com>
(cherry picked from commit 7a45f27)1 parent 9c151b9 commit 7ca7776
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12105 | 12105 | | |
12106 | 12106 | | |
12107 | 12107 | | |
12108 | | - | |
| 12108 | + | |
12109 | 12109 | | |
12110 | 12110 | | |
12111 | 12111 | | |
| |||
0 commit comments