diff options
author | John Southworth <john.southworth@vyatta.com> | 2011-02-07 14:24:26 -0600 |
---|---|---|
committer | John Southworth <john.southworth@vyatta.com> | 2011-02-07 14:24:26 -0600 |
commit | bc3658682531c35a4015c46913acfa95972ba77d (patch) | |
tree | 594d7e7d190c3bef54b15a18e90e90b3f2e2b8d4 /templates/interfaces | |
parent | 9d9813280dca4c6657a5570568bae54360f0afbc (diff) | |
parent | cf21f8a49f22efcb0a0ce0a99ba2755269320a9b (diff) | |
download | vyatta-cfg-system-bc3658682531c35a4015c46913acfa95972ba77d.tar.gz vyatta-cfg-system-bc3658682531c35a4015c46913acfa95972ba77d.zip |
Merge branch 'napa' of git.vyatta.com:/git/vyatta-cfg-system into napa
Diffstat (limited to 'templates/interfaces')
-rw-r--r-- | templates/interfaces/pseudo-ethernet/node.def | 2 | ||||
-rw-r--r-- | templates/interfaces/pseudo-ethernet/node.tag/address/node.def | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/templates/interfaces/pseudo-ethernet/node.def b/templates/interfaces/pseudo-ethernet/node.def index 2d2da19f..5b0aaac9 100644 --- a/templates/interfaces/pseudo-ethernet/node.def +++ b/templates/interfaces/pseudo-ethernet/node.def @@ -1,5 +1,5 @@ tag: -priority: 390 +priority: 319 # same as vif type: txt help: Pseudo Ethernet device name val_help: <pethN>; Pseudo Ethernet interface name diff --git a/templates/interfaces/pseudo-ethernet/node.tag/address/node.def b/templates/interfaces/pseudo-ethernet/node.tag/address/node.def index d2812446..253c4775 100644 --- a/templates/interfaces/pseudo-ethernet/node.tag/address/node.def +++ b/templates/interfaces/pseudo-ethernet/node.tag/address/node.def @@ -1,5 +1,6 @@ multi: type: txt +priority: 320 # After peth device is initialized help: IP address syntax:expression: exec "/opt/vyatta/sbin/valid_address $VAR(@)" |