Skip to content
#

routing

Here are 1,647 public repositories matching this topic...

🦄 🎃 👻 V2Ray 路由规则文件加强版,可代替官方 geoip.dat 和 geosite.dat 规则文件,兼容 Trojan-Go 和 Shadowsocks-windows。Enhanced edition of V2Ray rules dat files, compatible with Trojan-Go and Shadowsocks-windows.

  • Updated Jan 28, 2021
sworleys
sworleys commented Mar 11, 2020

In zebra/rt_netlink.c, we call vrf_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_vrf object.

You would need to create a hash table probably in zebra/zebra_vrf.h that uses the table_id hash as a key and then update the code in vrf_lookup_by_id() to use this.

This shoul

Deraen
Deraen commented Mar 11, 2020

Swagger feature docstring (and spec?) places tags on route-data root:

https://github.com/metosin/reitit/blob/master/modules/reitit-swagger/src/reitit/swagger.cljc#L55

Examples place tags key under swagger:

https://github.com/metosin/reitit/blob/master/examples/ring-swagger/src/example/server.clj#L30

Both seem to generate proper swagger.json, but first one fails spec validation. Why? Sp

HapLifeMan
HapLifeMan commented Jun 10, 2020

Is your feature request related to a problem? Please describe.

I'm using this package to translate my app, and now I'm adding an RTL locale.
It would be great if nuxt-i18n could manage the body dir attribute.

Describe the solution you'd like

I propose to add a dir property for each locale in the module (values would be rtl, ltr or auto [by default](https://developer.mozilla.o

Improve this page

Add a description, image, and links to the routing topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the routing topic, visit your repo's landing page and select "manage topics."

Learn more