Bug #11768
closedFRR OSPF - Comment field within the ospf interfaces gets longer and longer
0%
Description
The comment field in the assigned ospf interfaces gets longer e.g.
interface ovpns1
description "ospfd: vpn230 DCF"
..
interface ovpns2
description "ospfd: vpn230 DCF - ospfd: vpn246 DCF"
..
interface ovpns3
description "ospfd: vpn230 DCF - ospfd: vpn246 DCF - ospfd: vpn226 DCH"
..
interface ovpns4
description "ospfd: vpn230 DCF - ospfd: vpn246 DCF - ospfd: vpn226 DCH - ospfd: vpn242 DCH"
..
interface ovpns5
description "ospfd: vpn230 DCF - ospfd: vpn246 DCF - ospfd: vpn226 DCH - ospfd: vpn242 DCH - ospfd: vpn227 DCH"
..
interface ovpns6
description "ospfd: vpn230 DCF - ospfd: vpn246 DCF - ospfd: vpn226 DCH - ospfd: vpn242 DCH - ospfd: vpn227 DCH - ospfd: vpn243 DCH"
..
!
It does no harm - so just a minor, except the length of the desc field is limited.
Updated by Viktor Gurov about 4 years ago
- Target version deleted (
Future) - Affected Version deleted (
2.5.0)
Updated by Jim Pingle about 4 years ago
- Status changed from New to Pull Request Review
Updated by Renato Botelho almost 4 years ago
- Status changed from Pull Request Review to Feedback
- Assignee set to Viktor Gurov
PR has been merged. Thanks!
Updated by Max Leighton over 3 years ago
- Status changed from Feedback to Resolved
Tested with FRR 1.1.0_15
Looks to be fixed. The description only matches the interface that it is actually set on:
interface vtnet2
description "ospfd: test"
interface vtnet1
description "ospfd: test2"
Marking the ticket resolved.