search for: arg_path

Displaying 14 results from an estimated 14 matches for "arg_path".

2010 Sep 10
0
Virtualization Digest, Vol 60, Issue 17
...return rc; +} + +static void evb_free_tlv(struct evb_data *ed) +{ + if (ed) { + FREE_UNPKD_TLV(ed, evb); + } +} + +/* evb_init_cfg_tlv: + * + * fill up tlv_info_evb structure with reasonable info + */ +static int evb_init_cfg_tlv(struct evb_data *ed) +{ + char arg_path[EVB_BUF_SIZE]; + char *param; + + /* load policy from config */ + ed->policy = (struct tlv_info_evb *) calloc(1, sizeof(struct tlv_info_evb)); + + if (!ed->policy) + return ENOMEM; + + /* set defaults */ + hton24(ed->policy->oui, LLDP_MO...
2010 Sep 10
0
Virtualization Digest, Vol 60, Issue 17
...return rc; +} + +static void evb_free_tlv(struct evb_data *ed) +{ + if (ed) { + FREE_UNPKD_TLV(ed, evb); + } +} + +/* evb_init_cfg_tlv: + * + * fill up tlv_info_evb structure with reasonable info + */ +static int evb_init_cfg_tlv(struct evb_data *ed) +{ + char arg_path[EVB_BUF_SIZE]; + char *param; + + /* load policy from config */ + ed->policy = (struct tlv_info_evb *) calloc(1, sizeof(struct tlv_info_evb)); + + if (!ed->policy) + return ENOMEM; + + /* set defaults */ + hton24(ed->policy->oui, LLDP_MO...
2010 Sep 28
19
implementation of IEEE 802.1Qbg in lldpad
Hi, this set of patches contains the initial implementation of the IEEE 802.1Qbg standard: code for the exchange of EVB TLVs in LLDP frames to negotiate VSI capabalities as well as VDP VSI TLVs between a host with virtual machines and an adjacent switch. It supports setting the parameters of the TLV exchange from the command line using lldptool. VDP profiles consisting of
2010 Sep 28
19
implementation of IEEE 802.1Qbg in lldpad
Hi, this set of patches contains the initial implementation of the IEEE 802.1Qbg standard: code for the exchange of EVB TLVs in LLDP frames to negotiate VSI capabalities as well as VDP VSI TLVs between a host with virtual machines and an adjacent switch. It supports setting the parameters of the TLV exchange from the command line using lldptool. VDP profiles consisting of
2010 Nov 08
18
implementation of IEEE 802.1Qbg in lldpad
Hi, this set of patches contains the initial implementation of the IEEE 802.1Qbg standard: code for the exchange of EVB TLVs in LLDP frames to negotiate VSI capabalities as well as VDP VSI TLVs between a host with virtual machines and an adjacent switch. It supports setting the parameters of the TLV exchange from the command line using lldptool. VDP profiles consisting of
2010 Nov 08
18
implementation of IEEE 802.1Qbg in lldpad
Hi, this set of patches contains the initial implementation of the IEEE 802.1Qbg standard: code for the exchange of EVB TLVs in LLDP frames to negotiate VSI capabalities as well as VDP VSI TLVs between a host with virtual machines and an adjacent switch. It supports setting the parameters of the TLV exchange from the command line using lldptool. VDP profiles consisting of
2010 Aug 25
12
implementation of IEEE 802.1Qbg in lldpad
Hi, this set of patches contains the initial implementation of the IEEE 802.1Qbg standard: code for the exchange of EVB TLVs in LLDP frames to negotiate VSI capabalities as well as VDP VSI TLVs between a host with virtual machines and an adjacent switch. It supports setting the parameters of the TLV exchange from the command line using lldptool. VDP profiles consisting of
2010 Aug 25
12
implementation of IEEE 802.1Qbg in lldpad
Hi, this set of patches contains the initial implementation of the IEEE 802.1Qbg standard: code for the exchange of EVB TLVs in LLDP frames to negotiate VSI capabalities as well as VDP VSI TLVs between a host with virtual machines and an adjacent switch. It supports setting the parameters of the TLV exchange from the command line using lldptool. VDP profiles consisting of
2010 Jul 23
19
implementation of IEEE 802.1Qbg in lldpad
Hi, This set of patches contains the initial implementation of the IEEE 802.1Qbg standard: code for the exchange of EVB TLVs in LLDP frames to negotiate VSI capabalities as well as VDP VSI TLVs between a host with virtual machines and an adjacent switch. It supports setting the parameters of the TLV exchange from the command line using lldptool. VDP profiles consisting of
2010 Jul 23
19
implementation of IEEE 802.1Qbg in lldpad
Hi, This set of patches contains the initial implementation of the IEEE 802.1Qbg standard: code for the exchange of EVB TLVs in LLDP frames to negotiate VSI capabalities as well as VDP VSI TLVs between a host with virtual machines and an adjacent switch. It supports setting the parameters of the TLV exchange from the command line using lldptool. VDP profiles consisting of
2010 Jun 17
3
implementation of IEEE 802.1Qbg in lldpad, part2
Hi, This series of patches contains the second part of an initial implementation of the IEEE 802.1Qbg standard: code for the exchange of VDP VSI TLVs between a host with virtual machines and an adjacent switch. VDP profiles consisting of mode,mgrid,typeid,typeidversion,instanceid,mac,vlan can be given to lldpad with lldptool. A way to deliver profiles to lldpad from libvirt using netlink
2010 Jun 17
3
implementation of IEEE 802.1Qbg in lldpad, part2
Hi, This series of patches contains the second part of an initial implementation of the IEEE 802.1Qbg standard: code for the exchange of VDP VSI TLVs between a host with virtual machines and an adjacent switch. VDP profiles consisting of mode,mgrid,typeid,typeidversion,instanceid,mac,vlan can be given to lldpad with lldptool. A way to deliver profiles to lldpad from libvirt using netlink
2013 Dec 06
2
Bug#731529: xen-api-libs: FTBFS with ocaml 4.01.0
...v.ml > ocamlfind ocamlc -I ../xml-light2 -I ../stdext -I ../uuid -annot -g -c -package camlp4,type_conv -pp "camlp4orf" -I /usr/lib/ocaml/camlp4 -I /usr/lib/ocaml/type_conv p4_rpc.cmo p4_rpc.ml > File "p4_rpc.ml", line 543, characters 6-14: > Warning 26: unused variable arg_path. > ocamlfind ocamlc -I ../xml-light2 -I ../stdext -I ../uuid -annot -g -c -package camlp4,type_conv -pp "camlp4orf" -I /usr/lib/ocaml/camlp4 -I /usr/lib/ocaml/type_conv pa_rpc.cmo pa_rpc.ml > File "pa_rpc.ml", line 20, characters 72-75: > Error: This expression has type...
2019 Nov 08
1
Regarding an "earlier" variant of `pre-xfer exec` [feature request and proposed patch]
...ubdir inside that local directory based on the pre-xfer data. Unfortunately this proposed hack doesn't work (at least not in the latest 3.1.3), because the `chdir` includes the sub-path inside the module. (I.e. there isn't an `chdir(module_path) && execve(prexfer) && chdir(arg_path)` but a single `chdir(module_and_arg_path) && execve(prexfer)`.) Therefore I've tried to patch `rsync` myself, mainly by copy-pasting the code related to `pre-xfer exec` option: * https://github.com/cipriancraciun/rsync/commit/1f85c5f596542ed878d09a60e55ea0279346802b Please note this...