📄 policy_backend.xif
字号:
/* $XORP: xorp/xrl/interfaces/policy_backend.xif,v 1.1 2004/09/17 14:05:09 abittau Exp $ *//** * Policy backend XRL interface. * * This should interface be implemented by routing protocols which desire policy * based filtering. */interface policy_backend/0.1 { /** * Configure a policy filter. * * @param filter the identifier of the filter to configure. * @param conf the configuration of the filter. */ configure ? filter:u32 & conf:txt /** * Reset a policy filter. * * @param filter the identifier of the filter to reset. */ reset ? filter:u32 /** * Push all available routes through all filters for re-filtering. */ push_routes}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -