From b0fd63195bec8bcfe1cc0a2a0f949911109426b5 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Sun, 9 Nov 2014 19:42:30 +0100 Subject: docs: examples/openwrt: support all handler commands via UCI --- doc/examples/openwrt/fastd.config | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'doc/examples/openwrt/fastd.config') diff --git a/doc/examples/openwrt/fastd.config b/doc/examples/openwrt/fastd.config index 69e3b21..e2c6db6 100644 --- a/doc/examples/openwrt/fastd.config +++ b/doc/examples/openwrt/fastd.config @@ -90,6 +90,16 @@ config fastd sample_config # command to execute before the tunnel interface is set down; $1 will be the interface name (optional) # option down '' + # commands executed by fastd ($INTERFACE can be used for the interface name; optional) +# option on_pre_up '' +# option on_up '' +# option on_down '' +# option on_post_down '' +# option on_connect '' +# option on_establish '' +# option on_disestablish '' +# option on_verify '' + config peer sample_peer -- cgit v1.2.3