Skip to content

ospfd: remove unnecessary space (backport #21979)#21996

Merged
riw777 merged 1 commit into
stable/10.3from
mergify/bp/stable/10.3/pr-21979
May 20, 2026
Merged

ospfd: remove unnecessary space (backport #21979)#21996
riw777 merged 1 commit into
stable/10.3from
mergify/bp/stable/10.3/pr-21979

Conversation

@mergify
Copy link
Copy Markdown

@mergify mergify Bot commented May 19, 2026

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.


This is an automatic backport of pull request #21979 done by Mergify.

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)
@greptile-apps
Copy link
Copy Markdown

greptile-apps Bot commented May 19, 2026

Target branch is not in the allowed branches list.

@frrbot frrbot Bot added the ospf label May 19, 2026
@riw777 riw777 merged commit e257d30 into stable/10.3 May 20, 2026
17 of 18 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants