summaryrefslogtreecommitdiffstats
path: root/build/f_isoroot/README
blob: eb54c0827c332c98e2863eafdce7e1f9e052fd76 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
##############################################################################
# Copyright (c) 2015 Ericsson AB and others.
# stefan.k.berg@ericsson.com
# jonas.bjurel@ericsson.com
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Apache License, Version 2.0
# which accompanies this distribution, and is available at
# http://www.apache.org/licenses/LICENSE-2.0
##############################################################################

This is to (a) replace/patch existing Fuel ISO files as well
as adding new information directly into the ISO structure

Please separate changes into "patches" and new content into
"additions". Both directories will be anchored at the ISO file
root.
">packed)); struct vlans { struct my_vlan_hdr svlan; struct my_vlan_hdr cvlan; }; struct qinq_hdr { struct ether_addr d_addr; struct ether_addr s_addr; struct my_vlan_hdr svlan; struct my_vlan_hdr cvlan; uint16_t ether_type; } __attribute__((packed)); #endif /* _QINQ_H_ */