1<?xml version="1.0" encoding="UTF-8"?>
2<interface>
3  <!-- interface-requires gtk+ 3.0 -->
4  <object class="GtkAdjustment" id="mtu_adjustment">
5    <property name="upper">10000</property>
6    <property name="step_increment">1</property>
7    <property name="page_increment">10</property>
8  </object>
9  <template class="CEPageEthernet" parent="GtkGrid">
10    <property name="visible">True</property>
11    <property name="can_focus">False</property>
12    <property name="margin_start">50</property>
13    <property name="margin_end">50</property>
14    <property name="margin_top">12</property>
15    <property name="margin_bottom">12</property>
16    <property name="hexpand">True</property>
17    <property name="vexpand">True</property>
18    <property name="row_spacing">10</property>
19    <property name="column_spacing">6</property>
20    <child>
21      <object class="GtkLabel">
22        <property name="visible">True</property>
23        <property name="can_focus">False</property>
24        <property name="xalign">1</property>
25        <property name="label" translatable="yes">_Name</property>
26        <property name="use_underline">True</property>
27        <property name="mnemonic_widget">name_entry</property>
28      </object>
29      <packing>
30        <property name="left_attach">0</property>
31        <property name="top_attach">0</property>
32        <property name="width">1</property>
33        <property name="height">1</property>
34      </packing>
35    </child>
36    <child>
37      <object class="GtkEntry" id="name_entry">
38        <property name="visible">True</property>
39        <property name="can_focus">True</property>
40        <property name="invisible_char">●</property>
41      </object>
42      <packing>
43        <property name="left_attach">1</property>
44        <property name="top_attach">0</property>
45        <property name="width">1</property>
46        <property name="height">1</property>
47      </packing>
48    </child>
49    <child>
50      <object class="GtkLabel">
51        <property name="visible">True</property>
52        <property name="can_focus">False</property>
53        <property name="xalign">1</property>
54        <property name="label" translatable="yes">_MAC Address</property>
55        <property name="use_underline">True</property>
56        <property name="mnemonic_widget">mac_combo</property>
57      </object>
58      <packing>
59        <property name="left_attach">0</property>
60        <property name="top_attach">1</property>
61        <property name="width">1</property>
62        <property name="height">1</property>
63      </packing>
64    </child>
65    <child>
66      <object class="GtkComboBoxText" id="mac_combo">
67        <property name="visible">True</property>
68        <property name="can_focus">False</property>
69        <property name="has_entry">True</property>
70        <property name="entry_text_column">0</property>
71        <property name="id_column">1</property>
72      </object>
73      <packing>
74        <property name="left_attach">1</property>
75        <property name="top_attach">1</property>
76        <property name="width">1</property>
77        <property name="height">1</property>
78      </packing>
79    </child>
80    <child>
81      <object class="GtkComboBoxText" id="cloned_mac_combo">
82        <property name="visible">True</property>
83        <property name="can_focus">False</property>
84        <property name="has_entry">True</property>
85        <property name="hexpand">True</property>
86        <property name="active_id">0</property>
87        <child internal-child="entry">
88          <object class="GtkEntry">
89            <property name="can_focus">True</property>
90          </object>
91        </child>
92      </object>
93      <packing>
94        <property name="left_attach">1</property>
95        <property name="top_attach">2</property>
96        <property name="width">1</property>
97        <property name="height">1</property>
98      </packing>
99    </child>
100    <child>
101      <object class="GtkLabel">
102        <property name="visible">True</property>
103        <property name="can_focus">False</property>
104        <property name="xalign">1</property>
105        <property name="label" translatable="yes">M_TU</property>
106        <property name="use_underline">True</property>
107        <property name="mnemonic_widget">mtu_spin</property>
108      </object>
109      <packing>
110        <property name="left_attach">0</property>
111        <property name="top_attach">3</property>
112        <property name="width">1</property>
113        <property name="height">1</property>
114      </packing>
115    </child>
116    <child>
117      <object class="GtkLabel">
118        <property name="visible">True</property>
119        <property name="can_focus">False</property>
120        <property name="valign">center</property>
121        <property name="xalign">1</property>
122        <property name="label" translatable="yes">_Cloned Address</property>
123        <property name="use_underline">True</property>
124        <property name="mnemonic_widget">cloned_mac_combo</property>
125      </object>
126      <packing>
127        <property name="left_attach">0</property>
128        <property name="top_attach">2</property>
129        <property name="width">1</property>
130        <property name="height">1</property>
131      </packing>
132    </child>
133    <child>
134      <object class="GtkLabel" id="mtu_label">
135        <property name="visible">True</property>
136        <property name="can_focus">False</property>
137        <property name="label" translatable="yes">bytes</property>
138      </object>
139      <packing>
140        <property name="left_attach">2</property>
141        <property name="top_attach">3</property>
142        <property name="width">1</property>
143        <property name="height">1</property>
144      </packing>
145    </child>
146    <child>
147      <object class="GtkSpinButton" id="mtu_spin">
148        <property name="visible">True</property>
149        <property name="can_focus">True</property>
150        <property name="invisible_char">●</property>
151        <property name="invisible_char_set">True</property>
152        <property name="adjustment">mtu_adjustment</property>
153      </object>
154      <packing>
155        <property name="left_attach">1</property>
156        <property name="top_attach">3</property>
157        <property name="width">1</property>
158        <property name="height">1</property>
159      </packing>
160    </child>
161    <child>
162      <placeholder/>
163    </child>
164    <child>
165      <placeholder/>
166    </child>
167    <child>
168      <placeholder/>
169    </child>
170    <child>
171      <placeholder/>
172    </child>
173    <child>
174      <placeholder/>
175    </child>
176  </template>
177</interface>
178