Age | Commit message (Collapse) | Author |
|
If a DHCP interface fails to get an IP address, deleting the interface
results in a bash script error.
|
|
Changing VLAN interface address from DHCP to static is not handeled in
vyatta-address script as VLAN interfaces are called e.g. eth0.201 or
br0.10 and dhclient replaces the '.' by '_', this was not handeled.
|
|
|
|
|
|
|
|
Use directory /etc/dhcp instead of /etc/dhcp3.
|
|
Allow interfaces with either dhcp or dhcpv6 addresses to be deleted.
Expand on the previous patch for Bug #305 to now take dhcpv6 addresses
into account, as well as an update to the original dhcp logic.
Bug #341 http://bugzilla.vyos.net/show_bug.cgi?id=341
|
|
Update the checks in scripts/vyatta-address to allow the deletetion of
an interface that has a DHCP address. The patch put in place for
Bug #259 (http://bugzilla.vyos.net/show_bug.cgi?id=259) checks that an
interface exists before preceding with the delete, but this chokes when
supplied with the address 'dhcp'.
This patch checks if the supplied interface is a DHCP address, before
extracting the IP address and then using that address for the check.
Bug #305 http://bugzilla.vyos.net/show_bug.cgi?id=305
|
|
Update scripts/vyatta-address to have consistent identation levels and
style throughout.
|
|
|
|
attempting to apply it
|
|
Bug 6726
Typo in vyatta-address script conversion from perl to shell
(cherry picked from commit 4a319dd3a0aa95a92067fa677ad2e5d94534044b)
|
|
|
|
Avoid the overhead of perl compilation of vyatta-interfaces for each
address added. Handle the case of deleting address on deleted device
cleanly.
Clean up dhcpv6 script so it can be used on interfaces other
than ethernet.
|