From c8b8192713190806d1d89923fd43fbc375948bf4 Mon Sep 17 00:00:00 2001 From: graffen Date: Sun, 7 Oct 2018 12:26:46 +0000 Subject: [PATCH] OSPF6 stuff --- ospf6.conf | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/ospf6.conf b/ospf6.conf index 731c215..c9abb81 100644 --- a/ospf6.conf +++ b/ospf6.conf @@ -1,15 +1,15 @@ -protocol ospf { +protocol ospf O_OSPF { table T_OSPF6; import all; export all; area 0 { - interface "wg-ospf-*" { - }; - interface "lo" { stub; }; + + interface "wg-ospf-*" { + }; }; } @@ -21,8 +21,8 @@ filter filter_OSPF6 { }; protocol pipe { - table T_OSPF6; - peer table master; - import none; - export filter filter_OSPF6; + peer table T_OSPF6; + table master; + import filter filter_OSPF6; + export none; }