mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-07-27 03:33:43 +00:00
Merge pull request #7264 from donaldsharp/ospfv3_funkiness
Some cleanup from recent commits
This commit is contained in:
commit
91740ca9f8
@ -337,10 +337,10 @@ caution. Most of the time this will not be necessary.
|
|||||||
Insert into the Multicast Rib Route A.B.C.D/M using the specified INTERFACE.
|
Insert into the Multicast Rib Route A.B.C.D/M using the specified INTERFACE.
|
||||||
The distance can be specified as well if desired.
|
The distance can be specified as well if desired.
|
||||||
|
|
||||||
.. _msdp-configuration
|
.. _msdp-configuration:
|
||||||
|
|
||||||
Multicast Source Discovery Protocol (MSDP) Configuration
|
Multicast Source Discovery Protocol (MSDP) Configuration
|
||||||
====================
|
========================================================
|
||||||
|
|
||||||
.. index:: ip msdp mesh-group [WORD] member A.B.C.D
|
.. index:: ip msdp mesh-group [WORD] member A.B.C.D
|
||||||
.. clicmd:: ip msdp mesh-group [WORD] member A.B.C.D
|
.. clicmd:: ip msdp mesh-group [WORD] member A.B.C.D
|
||||||
|
@ -31,10 +31,10 @@
|
|||||||
|
|
||||||
#include "ospf6_lsa.h"
|
#include "ospf6_lsa.h"
|
||||||
#include "ospf6_lsdb.h"
|
#include "ospf6_lsdb.h"
|
||||||
|
#include "ospf6_top.h"
|
||||||
#include "ospf6_network.h"
|
#include "ospf6_network.h"
|
||||||
#include "ospf6_message.h"
|
#include "ospf6_message.h"
|
||||||
#include "ospf6_route.h"
|
#include "ospf6_route.h"
|
||||||
#include "ospf6_top.h"
|
|
||||||
#include "ospf6_area.h"
|
#include "ospf6_area.h"
|
||||||
#include "ospf6_interface.h"
|
#include "ospf6_interface.h"
|
||||||
#include "ospf6_neighbor.h"
|
#include "ospf6_neighbor.h"
|
||||||
|
@ -31,10 +31,10 @@
|
|||||||
#include "ospf6_proto.h"
|
#include "ospf6_proto.h"
|
||||||
#include "ospf6_lsa.h"
|
#include "ospf6_lsa.h"
|
||||||
#include "ospf6_lsdb.h"
|
#include "ospf6_lsdb.h"
|
||||||
|
#include "ospf6_top.h"
|
||||||
#include "ospf6_network.h"
|
#include "ospf6_network.h"
|
||||||
#include "ospf6_message.h"
|
#include "ospf6_message.h"
|
||||||
|
|
||||||
#include "ospf6_top.h"
|
|
||||||
#include "ospf6_area.h"
|
#include "ospf6_area.h"
|
||||||
#include "ospf6_neighbor.h"
|
#include "ospf6_neighbor.h"
|
||||||
#include "ospf6_interface.h"
|
#include "ospf6_interface.h"
|
||||||
|
@ -30,9 +30,9 @@
|
|||||||
|
|
||||||
#include "libospf.h"
|
#include "libospf.h"
|
||||||
#include "ospf6_proto.h"
|
#include "ospf6_proto.h"
|
||||||
|
#include "ospf6_top.h"
|
||||||
#include "ospf6_network.h"
|
#include "ospf6_network.h"
|
||||||
#include "ospf6d.h"
|
#include "ospf6d.h"
|
||||||
#include "ospf6_top.h"
|
|
||||||
|
|
||||||
struct in6_addr allspfrouters6;
|
struct in6_addr allspfrouters6;
|
||||||
struct in6_addr alldrouters6;
|
struct in6_addr alldrouters6;
|
||||||
|
@ -21,7 +21,6 @@
|
|||||||
#ifndef OSPF6_NETWORK_H
|
#ifndef OSPF6_NETWORK_H
|
||||||
#define OSPF6_NETWORK_H
|
#define OSPF6_NETWORK_H
|
||||||
|
|
||||||
struct ospf6 *ospf6;
|
|
||||||
extern struct in6_addr allspfrouters6;
|
extern struct in6_addr allspfrouters6;
|
||||||
extern struct in6_addr alldrouters6;
|
extern struct in6_addr alldrouters6;
|
||||||
|
|
||||||
|
@ -27,6 +27,7 @@
|
|||||||
#include "plist.h"
|
#include "plist.h"
|
||||||
|
|
||||||
#include "ospf6_proto.h"
|
#include "ospf6_proto.h"
|
||||||
|
#include "ospf6_top.h"
|
||||||
#include "ospf6_network.h"
|
#include "ospf6_network.h"
|
||||||
#include "ospf6_lsa.h"
|
#include "ospf6_lsa.h"
|
||||||
#include "ospf6_lsdb.h"
|
#include "ospf6_lsdb.h"
|
||||||
@ -34,7 +35,6 @@
|
|||||||
#include "ospf6_route.h"
|
#include "ospf6_route.h"
|
||||||
#include "ospf6_zebra.h"
|
#include "ospf6_zebra.h"
|
||||||
#include "ospf6_spf.h"
|
#include "ospf6_spf.h"
|
||||||
#include "ospf6_top.h"
|
|
||||||
#include "ospf6_area.h"
|
#include "ospf6_area.h"
|
||||||
#include "ospf6_interface.h"
|
#include "ospf6_interface.h"
|
||||||
#include "ospf6_neighbor.h"
|
#include "ospf6_neighbor.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user