diff options
author | Kim Hagen <khagen@multi-development.com> | 2014-09-10 16:13:55 +0200 |
---|---|---|
committer | Kim Hagen <khagen@multi-development.com> | 2014-09-10 16:13:55 +0200 |
commit | 2dc5f65235d321b071ed4a6811de64f8c036ba66 (patch) | |
tree | de4dd2c1c76ae363264e99041a20b5d95196e1bd /Makefile.am | |
parent | cffeb5c8d05a996049e487a75f06b4cdd68b23ae (diff) | |
download | vyatta-cfg-system-2dc5f65235d321b071ed4a6811de64f8c036ba66.tar.gz vyatta-cfg-system-2dc5f65235d321b071ed4a6811de64f8c036ba66.zip |
Remove gre-multipoint encapsulation option, make the tunnel multipoint if 'remote-ip' is nowt set.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 7b6218eb..88bbf983 100644 --- a/Makefile.am +++ b/Makefile.am @@ -76,7 +76,6 @@ sbin_SCRIPTS += scripts/vyatta-bridge.pl sbin_SCRIPTS += scripts/vyatta-bridgegroup-depedency.pl sbin_SCRIPTS += scripts/vyatta-dhcpv6-client.pl sbin_SCRIPTS += scripts/vyatta-update-grub.pl -sbin_SCRIPTS += scripts/vyatta-encapsulation sbin_SCRIPTS += scripts/vyos-intfwatchd sbin_PROGRAMS = src/valid_address |