From 4a77ec63a46554c84e646d31564230774ed87431 Mon Sep 17 00:00:00 2001 From: Kelly Brazil Date: Fri, 1 May 2020 14:57:50 -0700 Subject: [PATCH] add IfconfigParser class --- docs/parsers/ifconfig.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/parsers/ifconfig.md b/docs/parsers/ifconfig.md index f84d05f3..366cdb41 100644 --- a/docs/parsers/ifconfig.md +++ b/docs/parsers/ifconfig.md @@ -147,6 +147,17 @@ Examples: info(self, /, *args, **kwargs) ``` +## IfconfigParser +```python +IfconfigParser(self, console_output) +``` + +## InterfaceNotFound +```python +InterfaceNotFound(self, /, *args, **kwargs) +``` + + ## process ```python process(proc_data)