[OpenWrt-Devel] [PATCH 2/3] vxlan: remove mandatory peeraddr
Matthias Schiffer
mschiffer at universe-factory.net
Sat Jul 18 11:35:13 EDT 2020
On 6/8/20 4:14 PM, Johannes Kimmel wrote:
> vxlan can be configured without a peer address. This is used to prepare
> an interface and add peers later.
>
> Signed-off-by: Johannes Kimmel <fff at bareminimum.eu>
Acked-by: Matthias Schiffer <mschiffer at universe-factory.net>
> ---
> package/network/config/vxlan/files/vxlan.sh | 12 ------------
> 1 file changed, 12 deletions(-)
>
> diff --git a/package/network/config/vxlan/files/vxlan.sh b/package/network/config/vxlan/files/vxlan.sh
> index 7b1c703..bdcaa62 100755
> --- a/package/network/config/vxlan/files/vxlan.sh
> +++ b/package/network/config/vxlan/files/vxlan.sh
> @@ -55,12 +55,6 @@ proto_vxlan_setup() {
> local ipaddr peeraddr
> json_get_vars ipaddr peeraddr tunlink
>
> - [ -z "$peeraddr" ] && {
> - proto_notify_error "$cfg" "MISSING_ADDRESS"
> - proto_block_restart "$cfg"
> - exit
> - }
> -
> ( proto_add_host_dependency "$cfg" '' "$tunlink" )
>
> [ -z "$ipaddr" ] && {
> @@ -85,12 +79,6 @@ proto_vxlan6_setup() {
> local ip6addr peer6addr
> json_get_vars ip6addr peer6addr tunlink
>
> - [ -z "$peer6addr" ] && {
> - proto_notify_error "$cfg" "MISSING_ADDRESS"
> - proto_block_restart "$cfg"
> - exit
> - }
> -
> ( proto_add_host_dependency "$cfg" '' "$tunlink" )
>
> [ -z "$ip6addr" ] && {
>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: OpenPGP digital signature
URL: <http://lists.openwrt.org/pipermail/openwrt-devel/attachments/20200718/f5a8fa8c/attachment-0001.sig>
More information about the openwrt-devel
mailing list