diff options
Diffstat (limited to 'op-mode-definitions')
-rw-r--r-- | op-mode-definitions/show-ip.xml.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/op-mode-definitions/show-ip.xml.in b/op-mode-definitions/show-ip.xml.in index d342ac192..d21c38ccc 100644 --- a/op-mode-definitions/show-ip.xml.in +++ b/op-mode-definitions/show-ip.xml.in @@ -7,6 +7,12 @@ <help>Show IPv4 networking information</help> </properties> <children> + <node name="external"> + <properties> + <help>Show IPv4 external address</help> + </properties> + <command>${vyos_op_scripts_dir}/show_ip_external.sh</command> + </node> <node name="neighbors"> <properties> <help>Show IPv4 neighbor (ARP) table</help> |