diff mbox

[1/2] netsnmp: enable agentx support by default

Message ID 1366072783-28319-1-git-send-email-gustavo@zacarias.com.ar
State Accepted
Commit c295f0797ee5d4f1efa7a5833876638d1e9feab4
Headers show

Commit Message

Gustavo Zacarias April 16, 2013, 12:39 a.m. UTC
Enable agentx support by default, it's required for newer versions of
quagga.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/netsnmp/Config.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Arnout Vandecappelle April 17, 2013, 3:53 p.m. UTC | #1
On 16/04/13 02:39, Gustavo Zacarias wrote:
> Enable agentx support by default, it's required for newer versions of
> quagga.

  Then quagga help text should get a remark that it requires agentx to be 
configured in netsnmp.

  Regards,
  Arnout

>
> Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
> ---
>   package/netsnmp/Config.in | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/package/netsnmp/Config.in b/package/netsnmp/Config.in
> index d5056f9..d94abb7 100644
> --- a/package/netsnmp/Config.in
> +++ b/package/netsnmp/Config.in
> @@ -17,7 +17,7 @@ config BR2_PACKAGE_NETSNMP_ENABLE_MIBS
>
>   config BR2_PACKAGE_NETSNMP_WITH_MIB_MODULES
>   	string "Build with these MIB modules"
> -	default "host ucd-snmp/dlmod"
> +	default "host ucd-snmp/dlmod agentx"
>   	depends on BR2_PACKAGE_NETSNMP
>   	help
>   	  Specify which MIB modules to include.
>
Peter Korsgaard April 17, 2013, 7:48 p.m. UTC | #2
>>>>> "Gustavo" == Gustavo Zacarias <gustavo@zacarias.com.ar> writes:

 Gustavo> Enable agentx support by default, it's required for newer versions of
 Gustavo> quagga.

Committed, thanks.
diff mbox

Patch

diff --git a/package/netsnmp/Config.in b/package/netsnmp/Config.in
index d5056f9..d94abb7 100644
--- a/package/netsnmp/Config.in
+++ b/package/netsnmp/Config.in
@@ -17,7 +17,7 @@  config BR2_PACKAGE_NETSNMP_ENABLE_MIBS
 
 config BR2_PACKAGE_NETSNMP_WITH_MIB_MODULES
 	string "Build with these MIB modules"
-	default "host ucd-snmp/dlmod"
+	default "host ucd-snmp/dlmod agentx"
 	depends on BR2_PACKAGE_NETSNMP
 	help
 	  Specify which MIB modules to include.