mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 06:46:50 +01:00
gnu: Open vSwitch: Add release-monitoring-url.
* gnu/packages/networking.scm (openvswitch)[properties]: New field.
This commit is contained in:
parent
93376d5d9c
commit
d3a772d43d
1 changed files with 2 additions and 0 deletions
|
@ -2810,6 +2810,8 @@ (define-public openvswitch
|
|||
massive network automation through programmatic extension, while still
|
||||
supporting standard management interfaces and protocols (e.g. NetFlow, sFlow,
|
||||
IPFIX, RSPAN, CLI, LACP, 802.1ag).")
|
||||
(properties
|
||||
'((release-monitoring-url . "https://www.openvswitch.org/download/")))
|
||||
(license ; see debian/copyright for detail
|
||||
(list license:lgpl2.1 ; xenserver and utilities/bugtool
|
||||
license:gpl2 ; datapath
|
||||
|
|
Loading…
Reference in a new issue