Skip to content
  • Thomas Markwalder's avatar
    [5535] kea-dhcp4 parsing now supports relay "ip-addresses" · c71f3d38
    Thomas Markwalder authored
    src/bin/dhcp4/dhcp4_lexer.ll
    src/bin/dhcp4/dhcp4_parser.yy
        Modified to support "ip-address" and
        "ip-addresses" under "relay"
    
    src/bin/dhcp4/tests/get_config_unittest.cc
        Updated per process.
    
    src/bin/dhcp4/tests/config_parser_unittest.cc
        void checkResult() - modified to output parsing error text
    
        TEST_F(Dhcp4ParserTest, subnetRelayInfo)
        TEST_F(Dhcp4ParserTest, classifySubnets)
        - updated to use new Network methods
    
        TEST_F(Dhcp4ParserTest, subnetRelayInfoList) - new test
        to verify a list of addresses in relay
    c71f3d38