diff options
| author | Renato Westphal <renato@opensourcerouting.org> | 2016-10-12 21:20:15 -0300 |
|---|---|---|
| committer | Quentin Young <qlyoung@cumulusnetworks.com> | 2016-10-13 00:59:19 +0000 |
| commit | b2d4d0393a51a90c3a4c2aca47d4777dfed42fbd (patch) | |
| tree | 50ab12d05c6e18f91f62e010d4a1437a6c460e22 /ospf6d/ospf6_top.c | |
| parent | d2aaa2e556001b5a5f36b3065e46c0301e870879 (diff) | |
*: rename all instances of OSPFv6 to OSPF6 or OSPFv3
Signed-off-by: Renato Westphal <renato@opensourcerouting.org>
Diffstat (limited to 'ospf6d/ospf6_top.c')
| -rw-r--r-- | ospf6d/ospf6_top.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ospf6d/ospf6_top.c b/ospf6d/ospf6_top.c index ccffa131a6..48b6cb949a 100644 --- a/ospf6d/ospf6_top.c +++ b/ospf6d/ospf6_top.c @@ -864,7 +864,7 @@ config_write_ospf6 (struct vty *vty) struct ospf6_area *oa; struct ospf6_interface *oi; - /* OSPFv6 configuration. */ + /* OSPFv3 configuration. */ if (ospf6 == NULL) return CMD_SUCCESS; |
