From cf87f0359eebec91b841b176065d2b2e61d9abfc Mon Sep 17 00:00:00 2001 From: dineshbaburam91 Date: Mon, 21 Oct 2024 15:49:41 +0530 Subject: [PATCH] Updated the comments --- lib/jnpr/junos/device.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/jnpr/junos/device.py b/lib/jnpr/junos/device.py index 6765d2af9..27133661c 100644 --- a/lib/jnpr/junos/device.py +++ b/lib/jnpr/junos/device.py @@ -1217,6 +1217,10 @@ def __init__(self, *vargs, **kvargs): *OPTIONAL* To disable public key authentication. default is ``None``. + :param str bind_addr: + *OPTIONAL* To use (local) source IP address. + default is ``None``. + :param bool hostkey_verify: *OPTIONAL* To enable ssh_known hostkey verify default is ``False``.