-
Updated
Dec 14, 2020 - PHP
PIM
The abbrevation PIM may refer to Personal Information Management OR Product Information Management (among others).
Here are 109 public repositories matching this topic...
Hello, lately I can't successfully vdirsyncer sync my calendars because of a
database is locked error. Synchronization works fine with android's davdroid which talks with the same server.
Your vdirsyncer version: 0.16.4
If applicable, which server software (and which version) you're using: Nextcloud 13
Your Python version: 3.6.4
Your operating system: Arch linux
Relevant debug outpu
-
Updated
Dec 14, 2020 - PHP
-
Updated
Jun 7, 2020 - Python
-
Updated
Dec 8, 2020 - Shell
-
Updated
Sep 2, 2020 - Rust
-
Updated
Oct 13, 2020 - PHP
-
Updated
Nov 5, 2020 - PHP
-
Updated
Mar 3, 2020 - PHP
-
Updated
Dec 14, 2020 - C++
-
Updated
Nov 3, 2020 - PHP
-
Updated
Sep 13, 2020 - Python
-
Updated
Sep 12, 2020
-
Updated
Nov 11, 2017 - Python
-
Updated
Nov 15, 2020 - Python
-
Updated
Dec 14, 2020 - Python
-
Updated
Dec 12, 2020 - Vue
- Wikipedia
- Wikipedia


In
zebra/rt_netlink.c, we callvrf_lookup_by_id()when we get a route to find the associated vrf object for that table.This should be improved to be a hash table mapping of Table ID to
zebra_vrfobject.You would need to create a hash table probably in
zebra/zebra_vrf.hthat uses thetable_idhash as a key and then update the code invrf_lookup_by_id()to use this.This shoul