diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2020-11-18 14:44:07 -0600 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2020-11-18 14:44:07 -0600 |
commit | 8a48c830b2091e21f2be5ef73c34a4cdd9d106cd (patch) | |
tree | 6d8407b093e929764d105b7a139487f8cc98960e /doc | |
parent | 110edd19082ba995b2006e117bd73307bf4dad11 (diff) | |
download | netconfapk-8a48c830b2091e21f2be5ef73c34a4cdd9d106cd.tar.gz netconfapk-8a48c830b2091e21f2be5ef73c34a4cdd9d106cd.tar.bz2 netconfapk-8a48c830b2091e21f2be5ef73c34a4cdd9d106cd.tar.xz netconfapk-8a48c830b2091e21f2be5ef73c34a4cdd9d106cd.zip |
NMSA: Make it possible to remove interfaces
Diffstat (limited to 'doc')
-rw-r--r-- | doc/network.rst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/network.rst b/doc/network.rst index 3c86d4f..37c67b7 100644 --- a/doc/network.rst +++ b/doc/network.rst @@ -145,6 +145,13 @@ interface. +``remove_interface(iface)`` +--------------------------- + +Entirely remove a configured interface from the configuration store. + + + Transactions ------------ |