Remove description from junos_l3_interfaces (#60058)

The description will be just handled by the _interfaces module, this one
will be just dealing with l3 config options.
This commit is contained in:
Daniel Mellado Area 2019-08-07 09:40:49 +02:00 committed by Ganesh Nalawade
parent d165223f74
commit 7b583e114d
2 changed files with 0 additions and 5 deletions

View file

@ -28,7 +28,6 @@ class L3_interfacesArgs(object): # pylint: disable=R0903
{'address': {'type': 'str'}},
'type': 'list'},
'name': {'required': True, 'type': 'str'},
'description': {'type': 'str'},
'unit': {'type': 'int', 'default': 0}
},
'type': 'list'},

View file

@ -59,10 +59,6 @@ options:
- Full name of interface, e.g. ge-0/0/1
type: str
required: True
description:
description:
- Description about the interface, like an alias
type: str
unit:
description:
- Logical interface number. Value of C(unit) should be of type integer