Automatic Synthesis Of Nf Models By Program Analysis

Wenfei Wu,Ying Zhang,Sujata Banerjee
DOI: https://doi.org/10.1145/3005745.3005754
2016-01-01
Abstract:Network functions (NFs), like firewall, NAT, IDS, have been widely deployed in today's modern networks. However, currently there is no standard specification or modeling language that can accurately describe the complexity and diversity of NFs. Recently there have been research efforts to propose NF models. However, they are often generated manually and thus error-prone. This paper proposes a method to automatically synthesize NF models via program analysis. We develop a tool called NFactor, which conducts code refactoring and program slicing on NF source code, in order to generate its forwarding model. We demonstrate its usefulness on two NFs and evaluate its correctness.
What problem does this paper attempt to address?