Age | Commit message (Collapse) | Author |
|
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.
|
|
|
|
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.
|
|
|
|
Use ipv4net,ipv6net to handle the two address possibilities
|
|
Per current policy remove verb from all help messages in th is package
|
|
No longer need sudo on ip because of cap_net_admin
|
|
Use same format/syntax over all interface types.
Bug 5257
|
|
Want to process loopback first, so any local addresses assigned
to loopback are done.
|
|
All the other interface types are in vyatta-cfg-system, only
loopback and ethernet were in vyatta-cfg
|