summaryrefslogtreecommitdiff
path: root/templates/interfaces/ethernet/node.def
AgeCommit message (Collapse)Author
2018-08-25T797: add sudo to ip command calls in other interface types.Daniil Baturin
2016-09-06Some devices use ethernet switch chips which use 'lan' interfaces,Kim Hagen
this will add the option to also configure these in VyOS.
2013-04-12ethernet: deleting device should put in admin downStephen Hemminger
Typo in conditional meant that 'ip li set dev ethN down' never ran.
2011-09-27Bugfix 7492: Reset mac address to hw-id when the mac is deletedJohn Southworth
2011-08-11Don't bring ethernet device up if it is disabledStephen Hemminger
If ethernet (or pseudo) is disabled, don't bounce link.
2011-08-05ethernet: avoid needlessly setting mac addressStephen Hemminger
Bug 7408 Only set mac address if it is different, and try first with link up (many drivers allow it). Don't use hw-id as mac address, hw-id is meant for corelating names with addresses (in udev).
2011-05-23don't assume hw-id exists since it can be deletedAn-Cheng Huang
2011-05-10more changes for new commitAn-Cheng Huang
(cherry picked from commit 11baf27c6caf1a0edf2b993fb7066227d02eab7b)
2011-03-11Remove flag file at end of transactionStephen Hemminger
If commit cleans up temp file, no sudo is necessary.
2011-03-11Don't set speed duplex twiceStephen Hemminger
Bug 6778 Both the nodes for speed and duplex both update the device. But only the change only needs to be done once. Changing the values twice causes link bounce and takes some time to resolve.
2010-07-20Use val_help: for interface name helpStephen Hemminger
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.
2010-07-16Remove verbs from all help messagesStephen Hemminger
Per current policy remove verb from all help messages in th is package
2010-06-15Remove sudo from ip commandStephen Hemminger
No longer need sudo on ip because of cap_net_admin
2010-04-27Make interface help completion strings consistentStephen Hemminger
Use same format/syntax over all interface types. Bug 5257
2010-02-16Use template to do syntax checks on ethernet device nameStephen Hemminger
Bug 5256 Going out to perl to repeatedly validate ethernet device name slows down adding VLAN's and other operations with lots of sub-devices.
2009-12-21Move interface support from vyatta-cfg to vyatta-cfg-systemStephen Hemminger
All the other interface types are in vyatta-cfg-system, only loopback and ethernet were in vyatta-cfg