Bug 226901 - [NEW PORT] net-mgmt/py-ciscoconfparse
Summary: [NEW PORT] net-mgmt/py-ciscoconfparse
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Yuri Victorovich
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-03-24 23:08 UTC by Kai Knoblich
Modified: 2018-03-25 16:38 UTC (History)
1 user (show)

See Also:


Attachments
py-ciscoconfparse.shar (2.39 KB, text/plain)
2018-03-24 23:08 UTC, Kai Knoblich
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Kai Knoblich freebsd_committer freebsd_triage 2018-03-24 23:08:05 UTC
Created attachment 191792 [details]
py-ciscoconfparse.shar

Hello,

attached is the shar file for a Python module that can parse through Cisco IOS-style configurations. It can:

- Audit existing router / switch / firewall / wlc configurations
- Retrieve portions of the configuration
- Modify existing configurations
- Build new configurations

It can also parse other vendor configurations:

- Juniper Networks JunOS
- F5 Networks configurations
- Palo Alto Networks Firewall configurations

QA:
~~~
- poudriere (11.1-RELEASE amd64 + i386) for py27 and py36 flavors -> OK
- portlint -> OK
--
Cheers
Kai
Comment 1 commit-hook freebsd_committer freebsd_triage 2018-03-25 04:56:41 UTC
A commit references this bug:

Author: yuri
Date: Sun Mar 25 04:56:13 UTC 2018
New revision: 465496
URL: https://svnweb.freebsd.org/changeset/ports/465496

Log:
  New port: net-mgmt/py-ciscoconfparse: Parse, audit, query, build and modify Cisco IOS-style configurations

  PR:		226901
  Submitted by:	Kai <freebsd_ports@k-worx.org>

Changes:
  head/net-mgmt/Makefile
  head/net-mgmt/py-ciscoconfparse/
  head/net-mgmt/py-ciscoconfparse/Makefile
  head/net-mgmt/py-ciscoconfparse/distinfo
  head/net-mgmt/py-ciscoconfparse/pkg-descr
Comment 2 Yuri Victorovich freebsd_committer freebsd_triage 2018-03-25 04:56:53 UTC
Committed with changes.
Thank you for your contribution!
Comment 3 Kai Knoblich freebsd_committer freebsd_triage 2018-03-25 09:37:42 UTC
(In reply to Yuri Victorovich from comment #2)

Hello Yuri,

thank you for the quick commit! 

The first quarter of this year is nearly completed so I want to say also thanks for all your previous commits of my patches.
--
Cheers
Kai
Comment 4 Yuri Victorovich freebsd_committer freebsd_triage 2018-03-25 16:38:04 UTC
(In reply to Kai from comment #3)

Thanks for all yours contributions!


Yuri