contrail-vrouter icon indicating copy to clipboard operation
contrail-vrouter copied to clipboard

Contrail Virtual Router

Results 25 contrail-vrouter issues
Sort by recently updated
recently updated
newest added

I tried to build vrouter on openSUSE Tumbleweed and got the following error: ``` tom@basilikum:~/tmp/contrail-vrouter$ repo forall -vc "git reset --hard" HEAD is now at a34f049 Add valgrind option to...

I am porting vrouter-agent to powerpc platform.While compiling the kernel module i am getting following warnings. While inserting the kernel module it throws the same error. WARNING: "__sync_fetch_and_add_8" undefined WARNING:...

vlan->vlan_tag should be ntohs, before &0xfff.

I would like to point out that identifiers like "[`__ULINUX_H__`](https://github.com/Juniper/contrail-vrouter/blob/ad423268f5d0caee466e74c7ac5057e502424910/include/ulinux.h#L1)" and "[`__VR_DEFS_H__`](https://github.com/Juniper/contrail-vrouter/blob/ad423268f5d0caee466e74c7ac5057e502424910/include/vr_defs.h#L7)" [do not fit](https://www.securecoding.cert.org/confluence/display/seccode/DCL37-C.+Do+not+declare+or+define+a+reserved+identifier#DCL37-C.Donotdeclareordefineareservedidentifier-NoncompliantCodeExample%28HeaderGuard%29) to the expected naming convention of the C language standard. Would you like to adjust...