Skip to content
  • P
    Projects
  • G
    Groups
  • S
    Snippets
  • Help

CIRCLE / cloud

  • This project
    • Loading...
  • Sign in
Go to a project
  • Project
  • Repository
  • Issues 94
  • Merge Requests 10
  • Pipelines
  • Wiki
  • Snippets
  • Members
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Merged
Merge request !36 opened Mar 18, 2014 by Bach Dániel@bachdaniel 
  • Report abuse
Report abuse

Write new IP allocation policy #88

  • Discussion 2
  • Commits 3
  • Changes
{{ resolvedDiscussionCount }}/{{ discussionCount }} {{ resolvedCountText }} resolved
  • Őry Máté
    @orymate started a discussion on an old version of the diff Mar 18, 2014
    circle/firewall/fields.py
    261 261 "Should be: <priority>:<hostname>"))
    262 262  
    263 263  
    264 def ipv4_2_ipv6(ipv6_template, ipv4):
    264 def convert_ipv4_to_ipv6(ipv6_template, ipv4):
    265 265 """Convert IPv4 address string to IPv6 address string."""
    266 ipv4 = str(ipv4)
    266 267 val_ipv4(ipv4)
    267 268 m = ipv4_re.match(ipv4)
    • Őry Máté @orymate commented Mar 18, 2014
      Owner

      Why not use IPAddress for octet matching?

      Why not use IPAddress for octet matching?
    Please register or sign in to reply
  • Őry Máté @orymate commented Mar 18, 2014
    Owner

    👍

    :+1:
  • Write
  • Preview
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment
Assignee
No assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
0
Labels
None
Assign labels
  • View labels
2
2 participants
Reference: circle/cloud!36