Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
Bonding management needs easy way to find hardware address.
Related to Bug 4758
(cherry picked from commit a4404bfb3c4243967a4434707213430d5c4df58e)
|
|
This solves the problem that 'show interfaces ethernet' also
shows pseudo ethernet (peth0) device. The problem was that peth0
matched the regex since it was missing start/end.
(cherry picked from commit 77fb131b888bafd815722ebdceb5282b43dbb96d)
|
|
Place holder for future work.
|
|
Avoid name conflict with veth in Xen.
|
|
And indent net_prefix
|
|
|
|
Remove trailing newline and any leading whitespace.
|
|
The modules are not perl executables, they are modules.
Fixes lintian warning
|
|
|
|
|
|
Incorrect paren was breaking commands with VIF
|
|
Wouldn't match openvpn tunnels correctly.
|
|
Hook to get types listed in net_prefix table.
|
|
Many templates should allow any known interface type, since
interface may be created later. So create some generic hooks
for validation.
|
|
fix bug in conversion to Vyatta::Interface by rewriting/refactoring.
|
|
This routine is used by DHCP server and needs to ignore IPV6
addresses.
NB: Does not fix bogus spellung.
|
|
Use new Vyatta::Interface and sysfs to avoid using ifconfig
and ip command unnecessarily.
|
|
Unify all code that does name -> interface attribute translation
into one place. No need to pass interface path to scripts, and handle
addresses correctly in DHCP code. Use 'undef' consitently for false
in perl code.
|
|
Provide generic module to map interface name to configuration
and other attributes. This is first step to ripping the special
case code out of DHCP, QoS, ... that all have own rules for mapping
name to configuration and configuration to name.
|