Skip to content

ospfd: remove unnecessary space (backport #21979) - #21997

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

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

Conversation

@mergify

@mergify mergify Bot commented May 19, 2026

Copy link
Copy Markdown

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

greptile-apps Bot commented May 19, 2026

Copy link
Copy Markdown

Target branch is not in the allowed branches list.

@frrbot frrbot Bot added the ospf label May 19, 2026
@riw777
riw777 merged commit 560a100 into stable/10.2 May 20, 2026
14 of 16 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