]> git.puffer.fish Git - mirror/frr.git/commit
ospfd,ospf6d: make clear the comparison of routemap name 10313/head
authoranlan_cs <anlan_cs@tom.com>
Tue, 11 Jan 2022 01:45:10 +0000 (20:45 -0500)
committeranlan_cs <anlan_cs@tom.com>
Tue, 11 Jan 2022 04:24:24 +0000 (23:24 -0500)
commitff5c476dc2ad09f35e423c5ef7773f5fa45d4a79
tree26f1b1ea8b7aa7fe593ab23aaaccb84c6da47ce5
parentc274b697ee856a67cd225d5ae05195063a991047
ospfd,ospf6d: make clear the comparison of routemap name

Comparison of the two pointer is confusing, they have no relevance
except the time both of them are empty.

Additionly modify one variable name and correct some comment words, they
are same in both ospfd and ospf6d.

Signed-off-by: anlan_cs <anlan_cs@tom.com>
ospf6d/ospf6_asbr.c
ospfd/ospf_vty.c