Skip to content

Instantly share code, notes, and snippets.

@neocturne
Created April 26, 2015 19:07
Show Gist options
  • Save neocturne/7312ec325532100e6406 to your computer and use it in GitHub Desktop.
Save neocturne/7312ec325532100e6406 to your computer and use it in GitHub Desktop.
table internal;
protocol kernel {
table internal;
... other kernel protocol options ...
}
protocol ospf {
table internal;
... other OSPF options ...
};
protocol pipe {
peer table internal;
export all;
import none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment