diff options
| author | David Lamparter <equinox@diac24.net> | 2017-02-07 17:17:12 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-02-07 17:17:12 +0100 |
| commit | 9da3dd3bc5a4682a3c855bab3cd2736395de3fbf (patch) | |
| tree | 4749a0390d5ea4b66cb5b5960d0abc5bb615b122 /ospf6d/ospf6_interface.c | |
| parent | 3f3971a911668ab1d60a090ba1fff92f6ab8ce44 (diff) | |
| parent | 50b05f3c3dc197c0ba6f795b99b351b890a568ee (diff) | |
Merge pull request #161 from donaldsharp/stableMcLibrary
Stable mc library
Diffstat (limited to 'ospf6d/ospf6_interface.c')
| -rw-r--r-- | ospf6d/ospf6_interface.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ospf6d/ospf6_interface.c b/ospf6d/ospf6_interface.c index cd3b171a61..65fff1b16c 100644 --- a/ospf6d/ospf6_interface.c +++ b/ospf6d/ospf6_interface.c @@ -712,7 +712,7 @@ interface_up (struct thread *thread) if (IS_OSPF6_DEBUG_INTERFACE) zlog_debug ("Interface %s has no link local address, can't execute [InterfaceUp]", oi->interface->name); - return 0; + return 0; } /* Recompute cost */ |
