diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2009-04-29 12:29:52 -0700 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2009-04-29 12:29:52 -0700 |
commit | e828883fa3ea138aa5dc4836f872f50132e01bdb (patch) | |
tree | 01d43035c0127f57bd927a365df6a564c4ded76f /templates/interfaces/pseudo-ethernet/link/node.def | |
parent | 65ced88daa305cae67dfe5fe1a7e12312f5f1b12 (diff) | |
download | vyatta-cfg-quagga-e828883fa3ea138aa5dc4836f872f50132e01bdb.tar.gz vyatta-cfg-quagga-e828883fa3ea138aa5dc4836f872f50132e01bdb.zip |
Move virtual-ethernet to pseudo-ethernet
Avoid name-conflict with Xen
Diffstat (limited to 'templates/interfaces/pseudo-ethernet/link/node.def')
-rw-r--r-- | templates/interfaces/pseudo-ethernet/link/node.def | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/templates/interfaces/pseudo-ethernet/link/node.def b/templates/interfaces/pseudo-ethernet/link/node.def new file mode 100644 index 00000000..844cb8d8 --- /dev/null +++ b/templates/interfaces/pseudo-ethernet/link/node.def @@ -0,0 +1,5 @@ +type: txt +syntax:expression: exec \ + "/opt/vyatta/sbin/vyatta-interfaces.pl --dev=$VAR(@) --check=ethernet" +allowed: /opt/vyatta/sbin/vyatta-interfaces.pl --show=ethernet +help: Specify the lower link device |