diff options
-rw-r--r-- | templates/interfaces/ethernet/node.def | 1 | ||||
-rw-r--r-- | templates/interfaces/ethernet/node.tag/vif/node.def | 1 | ||||
-rw-r--r-- | templates/interfaces/loopback/node.def | 1 | ||||
-rw-r--r-- | templates/interfaces/node.def | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/templates/interfaces/ethernet/node.def b/templates/interfaces/ethernet/node.def index e53bbdb..785d740 100644 --- a/templates/interfaces/ethernet/node.def +++ b/templates/interfaces/ethernet/node.def @@ -1,3 +1,4 @@ +priority: 318 tag: type: txt help: Set ethernet interface diff --git a/templates/interfaces/ethernet/node.tag/vif/node.def b/templates/interfaces/ethernet/node.tag/vif/node.def index 4cb0639..59b012a 100644 --- a/templates/interfaces/ethernet/node.tag/vif/node.def +++ b/templates/interfaces/ethernet/node.tag/vif/node.def @@ -1,3 +1,4 @@ +priority: 319 tag: type: u32 help: Set Virtual Local Area Network (VLAN) ID diff --git a/templates/interfaces/loopback/node.def b/templates/interfaces/loopback/node.def index 7351a8e..96393f6 100644 --- a/templates/interfaces/loopback/node.def +++ b/templates/interfaces/loopback/node.def @@ -1,3 +1,4 @@ +priority: 320 tag: type: txt help: Set loopback interface diff --git a/templates/interfaces/node.def b/templates/interfaces/node.def index 5865af5..286b878 100644 --- a/templates/interfaces/node.def +++ b/templates/interfaces/node.def @@ -1 +1,2 @@ +priority: 850 help: Configure network interfaces |