Browse Source
Merge pull request #14515 from sartura/sysrepo
netopeer2: merge-config: listen on ipv6 and ipv4
lilik-openwrt-22.03
Rosen Penev
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
2 additions and
2 deletions
-
net/netopeer2/Makefile
-
net/netopeer2/files/netopeer2-server-merge-config.default
|
@ -11,7 +11,7 @@ include $(TOPDIR)/rules.mk |
|
|
|
|
|
|
|
|
PKG_NAME:=netopeer2 |
|
|
PKG_NAME:=netopeer2 |
|
|
PKG_VERSION:=1.1.39 |
|
|
PKG_VERSION:=1.1.39 |
|
|
PKG_RELEASE:=1 |
|
|
|
|
|
|
|
|
PKG_RELEASE:=2 |
|
|
|
|
|
|
|
|
PKG_LICENSE:=BSD-3-Clause |
|
|
PKG_LICENSE:=BSD-3-Clause |
|
|
PKG_MAINTAINER:=Jakov Smolic <jakov.smolic@sartura.hr> |
|
|
PKG_MAINTAINER:=Jakov Smolic <jakov.smolic@sartura.hr> |
|
|
|
@ -17,7 +17,7 @@ CONFIG="<netconf-server xmlns=\"urn:ietf:params:xml:ns:yang:ietf-netconf-server\ |
|
|
<name>default-ssh</name> |
|
|
<name>default-ssh</name> |
|
|
<ssh> |
|
|
<ssh> |
|
|
<tcp-server-parameters> |
|
|
<tcp-server-parameters> |
|
|
<local-address>0.0.0.0</local-address> |
|
|
|
|
|
|
|
|
<local-address>::</local-address> |
|
|
<keepalives> |
|
|
<keepalives> |
|
|
<idle-time>1</idle-time> |
|
|
<idle-time>1</idle-time> |
|
|
<max-probes>10</max-probes> |
|
|
<max-probes>10</max-probes> |
|
|