diff options
author | marcus <marcus@FreeBSD.org> | 2003-10-08 10:57:42 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-10-08 10:57:42 +0800 |
commit | a2e63a1b65529e57bb404ee77188d1887c0b1b55 (patch) | |
tree | 255a2ab6c61ca6b5995603b5a45e11943c06d94a /net/Makefile | |
parent | d993bcd97f235e6c5f24253c7f5b71f603a70bda (diff) | |
download | freebsd-ports-gnome-a2e63a1b65529e57bb404ee77188d1887c0b1b55.tar.gz freebsd-ports-gnome-a2e63a1b65529e57bb404ee77188d1887c0b1b55.tar.zst freebsd-ports-gnome-a2e63a1b65529e57bb404ee77188d1887c0b1b55.zip |
Add OpenVMPS, a GPL implementation of a VLAN Management Policy Server. VMPS
allows for dynamic VLAN membership on Cisco switches.
PR: 57723
Submitted by: Craig Boston <craig@yekse.gank.org>
Diffstat (limited to 'net/Makefile')
-rw-r--r-- | net/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index 335e4eded21d..28484b63a027 100644 --- a/net/Makefile +++ b/net/Makefile @@ -400,6 +400,7 @@ SUBDIR += openreg SUBDIR += openslp SUBDIR += openverse + SUBDIR += openvmps SUBDIR += oproute SUBDIR += osrtspproxy SUBDIR += ossp-sa |