Commit fa5c3cd7 authored by nanahira's avatar nanahira

wait for a working of new daemon

parent 4d572980
...@@ -9,15 +9,10 @@ protocol device {} ...@@ -9,15 +9,10 @@ protocol device {}
protocol kernel { protocol kernel {
learn; learn;
ipv4 { ipv4 {
<<<<<<< HEAD
import where net = 0.0.0.0/0; import where net = 0.0.0.0/0;
export where net != 0.0.0.0/0; export where net != 0.0.0.0/0;
}; };
#ipv6 { export all; }; #ipv6 { export all; };
=======
import all;
};
>>>>>>> master
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment