diff options
Diffstat (limited to 'doc/examples/openwrt/fastd.config')
-rw-r--r-- | doc/examples/openwrt/fastd.config | 10 |
1 files changed, 10 insertions, 0 deletions
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 |