Skip to content

Instantly share code, notes, and snippets.

@andatche

andatche/host A Secret

Created January 30, 2018 15:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save andatche/ca5b5ac120e09b6b8171ec5ca95d2e25 to your computer and use it in GitHub Desktop.
Save andatche/ca5b5ac120e09b6b8171ec5ca95d2e25 to your computer and use it in GitHub Desktop.
log "/tmp/bird6.out" all;
debug protocols all;
router id 192.168.0.1;
protocol kernel {
persist;
scan time 20;
export all;
}
protocol device {
scan time 10;
}
protocol ospf gb1 {
area 0 {
interface "tun0" {
rx buffer large;
};
interface "dummy*" {
stub yes;
};
};
import all;
}
log "/tmp/bird6.out" all;
debug protocols all;
router id 192.168.0.2;
protocol kernel {
persist;
scan time 20;
export all;
}
protocol device {
scan time 10;
}
protocol ospf gb1 {
area 0 {
interface "tun0" {
rx buffer large;
};
interface "dummy*" {
stub yes;
};
};
import all;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment