Archives by Category
Contact
- Hagen Paul Pfeifer
- http://jauu.net
- hagen@jauu.net (encrypted preferred)
- KeyId: 0x98350C22
- Telephone: +49 174 5455209
Follow this blog
IPSec and Quagga Automating
JUN 2010
14
- Published in: networking
- | Time: 02:58:37 CEST
- | SHA1: cf438a14f5afa90ea060f273731423d5a091e2d3
A tiny drawback of quagga is a missing feature to signal the host environment when
routes change. So it is not simple to start/stop scripts if routes are added or
deleted. For example: if you want to add or delete a security association if a
route changes then it is not directly possible via quagga. But Linux and other
operating systems provides a monitor mode where all relevant network events can
be caught by the user space. Linux uses netlink sockets for network related
communication between user-space and kernel-space. ip, the command, can be
forced to print all network related messages to STDOUT via ip monitor all
(under BSD route -n monitor will do the same).