Age | Commit message (Collapse) | Author |
|
forwarding all'
|
|
|
|
|
|
statistics'
|
|
configured to use dhcp
|
|
statistics
|
|
|
|
|
|
command.
|
|
|
|
|
|
'clear dns forwarding cache'
'show dns forwarding statistics'
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Bugfix 3017
|
|
|
|
Show files allows any pathname as argument
therefore just give a generic completion message
Bugfix: 3302
|
|
|
|
domain-search received from dhcp client. used in 'show dhcp client leases'
|
|
is overridden by domain-name set in our CLI in op-mode command
'show dhcp client leases'
|
|
|
|
|
|
|
|
use host command to resolve only if input is not a valid IP address
also, if name server not configured, prompt user and ask to only enter valid IPv4 address
|
|
|
|
Vyatta CLI
add op-mode command for tsharking tunnel interfaces
|
|
Vyatta CLI
added operational mode traffic capture for bridge, ethernet vifs and loopback interfaces
Also, added code to validate the the user input for interface to be tsharked
|
|
to user
having an empty node.def file solves this
|
|
dhcp ..." and/or "release dhcp ..."
call script with sudo
|
|
|
|
|
|
implemented op-mode commands for DHCP client:
'release dhcp interface <>'
'renew dhcp interface <>'
|
|
in the script vyatta-interfaces.pl has been removed. it was used to
restart dhcp client daemon but now we're using separate daemons
for separate interfaces. this will be replaces by op-commands for:
'dhcp release lease interface <>' and
'dhcp renew lease interface <>'
|
|
|
|
Code is cleaner if the newline and cruft are stripped by get_sysfs_value.
|
|
Fix bug: 3302
|
|
|
|
|
|
|