Age | Commit message (Collapse) | Author |
|
|
|
a config file.
|
|
variable. note this is appied to all c code access to the
edit env variable.
|
|
|
|
appears to be invalid config.
|
|
|
|
|
|
|
|
|
|
This reverts commit b5b1c71bc95bdaea24f45e5738e9a3a7f8740a4f.
|
|
|
|
|
|
|
|
|
|
'terminal'
to allowed-op file so that they not flagged as invalid commands when logged in as a operator level user
|
|
|
|
|
|
functionality.
|
|
|
|
them
|
|
|
|
|
|
|
|
implemented op-mode commands for DHCP client:
'release dhcp interface <>'
'renew dhcp interface <>'
|
|
|
|
interfaces,
use separate daemons for separate interfaces. when one daemon was handling all
interfaces, a release/renew at one interface would release/renew all other interfaces
as well before we brought them back to the state specified in vyatta config
-> Also, Fix bug 3346
replaced the die command with print followed by exit 1
-> modified vyatta-interfaces.pl to remove code for handling op-command:
'clear dhcp client process'
this command restarted the dhcp client daemon but now that we have separate
daemons for separate interfaces, this is not useful. Also, this will be
replaced by op-commands for 'dhcp client release lease' and 'dhcp client renew lease'
commands in hollywood beta
|
|
Handle case of user changing SMP affinity configuration of an interface.
|
|
|
|
|
|
deletes local changes and keeps the user in configure mode.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This should fix bug 3272 at boot time, but we still need to fix quagga so that
it doesn't crash if router-id is changed during convergence.
|
|
|
|
Bonding leaves file in /sys/class/net/bonding. Avoid any
problems this causes.
|
|
No longer need Tie or flock, these were used when dealing with watchlink
|
|
|
|
|
|
loading.
|
|
|
|
|
|
|
|
|
|
|