diff options
author | Stephen Hemminger <shemminger@vyatta.com> | 2012-08-14 10:48:31 -0700 |
---|---|---|
committer | Stephen Hemminger <shemminger@vyatta.com> | 2012-08-14 10:51:37 -0700 |
commit | 4e684e89acddf896f86659a8ba8aa461f599dc96 (patch) | |
tree | d8f66ff333ddc58c427a9301c70c80a0f507d9ba /sysconf | |
parent | 489aef6b02d056c6515fd8554b46baaabc4930bf (diff) | |
download | vyatta-cfg-system-4e684e89acddf896f86659a8ba8aa461f599dc96.tar.gz vyatta-cfg-system-4e684e89acddf896f86659a8ba8aa461f599dc96.zip |
Add support for network device prefix table
Bug 8279
Put prefix table in /opt/vyatta/etc/netdevice
Diffstat (limited to 'sysconf')
-rw-r--r-- | sysconf/netdevice | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/sysconf/netdevice b/sysconf/netdevice new file mode 100644 index 00000000..f9fc425e --- /dev/null +++ b/sysconf/netdevice @@ -0,0 +1,12 @@ +# device name to CLI path matching +lo loopback +eth ethernet +ifb input +peth pseudo-ethernet +br bridge +bond bonding +vtun openvpn +tun tunnel +vti vti +wlm wireless-modem +wlan wireless |