sanketsudake / ifconfig-parser

Parse ifconfig output collected from local/remote server and retrieve values with goodies
https://pypi.python.org/pypi/ifparser/
BSD 3-Clause "New" or "Revised" License
40 stars 10 forks source link

ValueError: Invalid attribute mentioned name=POINTOPOINT value=True #4

Closed rascoro1 closed 6 years ago

rascoro1 commented 7 years ago

I am using a Mac with python3.5 and I am receiving this error when I put in the raw text to the Ifcfg() object.

I think "POINTOPOINT" will need to be added to the 'Interface._flags'

sanketsudake commented 7 years ago

@rascoro1 Check if https://github.com/ssudake21/ifconfig-parser/pull/5 resolves your issue. You can try https://pypi.python.org/pypi/ifparser/0.7.0

sanketsudake commented 6 years ago

Closing issue since no update. Assuming issue is resolved. Please reopen if required.