Age | Commit message (Collapse) | Author |
|
Bug 7730
Kernel limit on interface description (ifalias) is 256 characters.
|
|
Bug 7164
set interface bridge br0 mac 00:01:02:03:04:05
|
|
DHCPv6 is not restricted to ethernet only anymore.
|
|
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.
|
|
|
|
(cherry picked from commit ce148b04d59fad50a26c394e4a59e252ea565e96)
|
|
Bug 5901
(cherry picked from commit 47014cdc10a429725d1620fc5326fd9995469c09)
|
|
Use ipv4net when Address/prefix expected
Use ipv4 where Address expected
|
|
Use common method for formatting CLI style help when
entering interface name.
Move loopback name syntax check into CLI expression to
avoid overhead of perl here.
|
|
Previous change did not format val-help tag correctly
|
|
Do syntax range checking on bridge STP parameters.
Note: kernel allows much bigger values (and IOS checking is more strict).
|
|
Per current policy remove verb from all help messages in th is package
|
|
Use common format for address nodes
|
|
The syntax range for bridge STP values was missing or incorrect.
Bug 5864
|
|
Since brctl has cap_net_admin, don't need to use sudo
|
|
Several templates can use simplified non-expression syntax
|
|
No longer need sudo on ip because of cap_net_admin
|
|
Use same format/syntax over all interface types.
Bug 5257
|
|
* fix this for eth, eth.vif, bond, bond.vif interfaces
* also, bridge-group code for bonding interfaces wasn't changed
with commit ec080f99 that re-strucutred bridging code in eth and
eth.vifs to fix bug 4708. bridge-group code for bond and bond.vif
interfaces is now similar to the fix for 4708
|
|
|
|
|
|
|
|
Bug 4918
|
|
Bug 4672
Use ip command rather than sysfs to avoid quoting issues
(cherry picked from commit 1b4902564b5a853b925d2c239c8e6a39b1734433)
|
|
These are all templates that do nothing in current config
and only contain a useless help: value.
(cherry picked from commit d932a2d53618d38a3a5d4c668e18fc5920e0ad6b)
|
|
Update makes no sense on a multi-valued node, only create or delete
have meaning.
(cherry picked from commit 273c1418553a39dcb4417acbf70cb863c97d1ccd)
|
|
Some interfaces have link-detect others do not, and vyatta-cfg-quagga
is trying to handle generic case.
|
|
If using STP then apply configured forwarding-delay or 15 if none
specified.
|
|
Bug 4226
There is no need for forwarding delay unless doing spanning tree.
|
|
Bug 4249
|
|
|
|
|
|
|
|
|
|
Eventually, need to be able to devices named something other
than 'ethX' into bridge. So use sysfs to find devices.
|
|
Update to new syntax and remove unneeded CLI path.
|
|
There is no reason that disable of ethernet and disable of bridge
have conflicting syntax.
|
|
interface has been disabled in CLI
|
|
|
|
The CLI should not be enforcing arbitrary restrictions on the number of
devices. The limit should be based on the resources of the system and
only the kernel would know that. So let the user try and make 10000
bridge devices, maybe its on a 2000 core machine with 64G of memory.
Any failure will show up when the attempt is made to create the tunnel
device.
|
|
|
|
|
|
Conflicts:
templates/interfaces/bridge/node.def
templates/interfaces/ethernet/node.tag/bridge-group/node.def
|
|
|
|
- help strings standardized in vyatta-cfg-system
|
|
-help strings standardized in vyatta-cfg-system
|
|
- tab gives dhcp if interface hasn't been configured before. handle "<*>" allowed values
|
|
|
|
- Fix 2746: bridge-group priority - syntax error
- Add comp_help strings
- Change bridge-group to a transaction node
|
|
|